Class: Associates::Item
- Inherits:
-
Struct
- Object
- Struct
- Associates::Item
- Defined in:
- lib/associates.rb
Instance Attribute Summary collapse
-
#attribute_names ⇒ Object
Returns the value of attribute attribute_names.
-
#dependent_names ⇒ Object
Returns the value of attribute dependent_names.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#attribute_names ⇒ Object
Returns the value of attribute attribute_names
21 22 23 |
# File 'lib/associates.rb', line 21 def attribute_names @attribute_names end |
#dependent_names ⇒ Object
Returns the value of attribute dependent_names
21 22 23 |
# File 'lib/associates.rb', line 21 def dependent_names @dependent_names end |
#klass ⇒ Object
Returns the value of attribute klass
21 22 23 |
# File 'lib/associates.rb', line 21 def klass @klass end |
#name ⇒ Object
Returns the value of attribute name
21 22 23 |
# File 'lib/associates.rb', line 21 def name @name end |
#options ⇒ Object
Returns the value of attribute options
21 22 23 |
# File 'lib/associates.rb', line 21 def @options end |