Class: Masterman::Reflection::ThroughReflection

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/masterman/reflection/macro.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(delegate_reflection) ⇒ ThroughReflection

Returns a new instance of ThroughReflection.



91
92
93
# File 'lib/masterman/reflection/macro.rb', line 91

def initialize(delegate_reflection)
  @delegate_reflection = delegate_reflection
end

Instance Attribute Details

#delegate_reflectionObject (readonly)

Returns the value of attribute delegate_reflection.



89
90
91
# File 'lib/masterman/reflection/macro.rb', line 89

def delegate_reflection
  @delegate_reflection
end