class XMigra::NewAccessArtifactAdder::UnsupportedArtifactType
Attributes
artifact_type[R]
system_name[R]
Public Class Methods
new(artifact_type, system_name)
click to toggle source
Calls superclass method
# File lib/xmigra/new_access_artifact_adder.rb, line 7 def initialize(artifact_type, system_name) super("#{system_name} does not support #{artifact_type} artifacts") @artifact_type = artifact_type @system_name = system_name end