Class: Blueprinter::Reflection::Field Private
- Inherits:
-
Struct
- Object
- Struct
- Blueprinter::Reflection::Field
- 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
-
#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.
Instance Attribute Details
#display_name ⇒ Object
Returns the value of attribute display_name
8 9 10 |
# File 'lib/blueprinter/reflection.rb', line 8 def display_name @display_name end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/blueprinter/reflection.rb', line 8 def name @name end |
#options ⇒ Object
Returns the value of attribute options
8 9 10 |
# File 'lib/blueprinter/reflection.rb', line 8 def @options end |