Class: Blueprinter::DefinitionPlaceholder Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/blueprinter/view.rb', line 5

def name
  @name
end

#view?Object

Returns the value of attribute view?

Returns:

  • (Object)

    the current value of view?



5
6
7
# File 'lib/blueprinter/view.rb', line 5

def view?
  @view?
end