Class: Blueprinter::DefinitionPlaceholder Private
- Inherits:
-
Struct
- Object
- Struct
- Blueprinter::DefinitionPlaceholder
- Defined in:
- lib/blueprinter/view.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
-
#name ⇒ Object
Returns the value of attribute name.
-
#view? ⇒ Object
Returns the value of attribute view?.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/blueprinter/view.rb', line 5 def name @name end |
#view? ⇒ Object
Returns the value of attribute view?
5 6 7 |
# File 'lib/blueprinter/view.rb', line 5
def view?
@view?
end
|