Class: Blueprinter::Reflection::Association Private
- Inherits:
-
Struct
- Object
- Struct
- Blueprinter::Reflection::Association
- Defined in:
- lib/blueprinter/reflection.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#blueprint ⇒ Object
Returns the value of attribute blueprint.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#view ⇒ Object
Returns the value of attribute view.
Instance Attribute Details
#blueprint ⇒ Object
Returns the value of attribute blueprint
9 10 11 |
# File 'lib/blueprinter/reflection.rb', line 9 def blueprint @blueprint end |
#display_name ⇒ Object
Returns the value of attribute display_name
9 10 11 |
# File 'lib/blueprinter/reflection.rb', line 9 def display_name @display_name end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/blueprinter/reflection.rb', line 9 def name @name end |
#options ⇒ Object
Returns the value of attribute options
9 10 11 |
# File 'lib/blueprinter/reflection.rb', line 9 def @options end |
#view ⇒ Object
Returns the value of attribute view
9 10 11 |
# File 'lib/blueprinter/reflection.rb', line 9 def view @view end |