Class: DataShift::LoadObject
- Includes:
- Logging
- Defined in:
- lib/datashift/load_object.rb
Instance Attribute Summary collapse
-
#load_object ⇒ Object
Returns the value of attribute load_object.
Instance Method Summary collapse
-
#initialize(current_object = nil) ⇒ LoadObject
constructor
A new instance of LoadObject.
Methods included from Logging
Constructor Details
#initialize(current_object = nil) ⇒ LoadObject
Returns a new instance of LoadObject.
19 20 21 |
# File 'lib/datashift/load_object.rb', line 19 def initialize( current_object = nil) @load_object = current_object end |
Instance Attribute Details
#load_object ⇒ Object
Returns the value of attribute load_object.
17 18 19 |
# File 'lib/datashift/load_object.rb', line 17 def load_object @load_object end |