Class: Blueprinter::Reflection::Field 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

#display_nameObject

Returns the value of attribute display_name

Returns:

  • (Object)

    the current value of display_name



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

def display_name
  @display_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end