Method: Ruby::Reflection::FieldMirror::Field#object

Defined in:
lib/ruby/reflection/field_mirror.rb

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



5
6
7
# File 'lib/ruby/reflection/field_mirror.rb', line 5

def object
  @object
end