Class: Arbre::Form::Component::Path::Member
- Inherits:
-
Struct
- Object
- Struct
- Arbre::Form::Component::Path::Member
- Defined in:
- lib/arbre/form/component/path.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#name ⇒ Object
Returns the value of attribute name.
-
#record ⇒ Object
Returns the value of attribute record.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
3 4 5 |
# File 'lib/arbre/form/component/path.rb', line 3 def index @index end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/arbre/form/component/path.rb', line 3 def name @name end |
#record ⇒ Object
Returns the value of attribute record
3 4 5 |
# File 'lib/arbre/form/component/path.rb', line 3 def record @record end |