Class: AttrJob

Inherits:
Object
  • Object
show all
Defined in:
lib/roundtrip_xml/dsl_runtime.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(config, clazz) ⇒ AttrJob

Returns a new instance of AttrJob.



212
213
214
215
# File 'lib/roundtrip_xml/dsl_runtime.rb', line 212

def initialize(config, clazz)
  self.config = config
  self.class = clazz
end

Instance Attribute Details

#classObject

Returns the value of attribute class.



211
212
213
# File 'lib/roundtrip_xml/dsl_runtime.rb', line 211

def class
  @class
end

#configObject

Returns the value of attribute config.



211
212
213
# File 'lib/roundtrip_xml/dsl_runtime.rb', line 211

def config
  @config
end