Class: Mirrors::FieldMirror::Field
- Inherits:
-
Struct
- Object
- Struct
- Mirrors::FieldMirror::Field
- Defined in:
- lib/mirrors/field_mirror.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#object ⇒ Object
Returns the value of attribute object.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/mirrors/field_mirror.rb', line 5 def name @name end |
#object ⇒ Object
Returns the value of attribute object
5 6 7 |
# File 'lib/mirrors/field_mirror.rb', line 5 def object @object end |