Class: Pretentious::Deconstructor::UnResolved

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

Overview

Represents an unresolved class

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(object) ⇒ UnResolved

Returns a new instance of UnResolved.



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

def initialize(object)
  @target_object = object
end

Instance Attribute Details

#target_objectObject

Returns the value of attribute target_object.



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

def target_object
  @target_object
end