Class: AcceptsNestedIds::NestedIdAssociation
- Inherits:
-
Struct
- Object
- Struct
- AcceptsNestedIds::NestedIdAssociation
- Defined in:
- lib/accepts_nested_ids/nested_id_association.rb
Overview
Simple object that contains information about a nested ID association
Instance Attribute Summary collapse
-
#attr ⇒ Object
Returns the value of attribute attr.
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#ids_attr ⇒ Object
Returns the value of attribute ids_attr.
Instance Attribute Details
#attr ⇒ Object
Returns the value of attribute attr
8 9 10 |
# File 'lib/accepts_nested_ids/nested_id_association.rb', line 8 def attr @attr end |
#class_name ⇒ Object
Returns the value of attribute class_name
8 9 10 |
# File 'lib/accepts_nested_ids/nested_id_association.rb', line 8 def class_name @class_name end |
#ids_attr ⇒ Object
Returns the value of attribute ids_attr
8 9 10 |
# File 'lib/accepts_nested_ids/nested_id_association.rb', line 8 def ids_attr @ids_attr end |