Class: DataShift::LoadObject

Inherits:
Object
  • Object
show all
Includes:
Logging
Defined in:
lib/datashift/load_object.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Logging

#logdir, #logger

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_objectObject

Returns the value of attribute load_object.



17
18
19
# File 'lib/datashift/load_object.rb', line 17

def load_object
  @load_object
end