Class: AttrJob
- Inherits:
-
Object
- Object
- AttrJob
- Defined in:
- lib/roundtrip_xml/dsl_runtime.rb
Instance Attribute Summary collapse
-
#class ⇒ Object
Returns the value of attribute class.
-
#config ⇒ Object
Returns the value of attribute config.
Instance Method Summary collapse
-
#initialize(config, clazz) ⇒ AttrJob
constructor
A new instance of AttrJob.
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
#class ⇒ Object
Returns the value of attribute class.
211 212 213 |
# File 'lib/roundtrip_xml/dsl_runtime.rb', line 211 def class @class end |
#config ⇒ Object
Returns the value of attribute config.
211 212 213 |
# File 'lib/roundtrip_xml/dsl_runtime.rb', line 211 def config @config end |