Class: Blueprinter::Reflection::Association Private

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

Instance Attribute Details

#blueprintObject

Returns the value of attribute blueprint

Returns:

  • (Object)

    the current value of blueprint



9
10
11
# File 'lib/blueprinter/reflection.rb', line 9

def blueprint
  @blueprint
end

#display_nameObject

Returns the value of attribute display_name

Returns:

  • (Object)

    the current value of display_name



9
10
11
# File 'lib/blueprinter/reflection.rb', line 9

def display_name
  @display_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/blueprinter/reflection.rb', line 9

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



9
10
11
# File 'lib/blueprinter/reflection.rb', line 9

def options
  @options
end

#viewObject

Returns the value of attribute view

Returns:

  • (Object)

    the current value of view



9
10
11
# File 'lib/blueprinter/reflection.rb', line 9

def view
  @view
end