Class: Maglev::Reflection::FieldMirror::Field

Inherits:
Struct
  • Object
show all
Defined in:
lib/maglev/reflection/field_mirror.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/maglev/reflection/field_mirror.rb', line 10

def name
  @name
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



10
11
12
# File 'lib/maglev/reflection/field_mirror.rb', line 10

def object
  @object
end