Class: Pretentious::Deconstructor::UnResolved

Inherits:
Object
  • Object
show all
Defined in:
lib/pretentious/deconstructor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(object) ⇒ UnResolved

Returns a new instance of UnResolved.



7
8
9
# File 'lib/pretentious/deconstructor.rb', line 7

def initialize(object)
  @target_object = object
end

Instance Attribute Details

#target_objectObject

Returns the value of attribute target_object.



5
6
7
# File 'lib/pretentious/deconstructor.rb', line 5

def target_object
  @target_object
end