Class: Paramore::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/paramore/configuration.rb

Constant Summary collapse

DEFAULT_TYPE_METHOD_NAME =
:[]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



7
8
9
# File 'lib/paramore/configuration.rb', line 7

def initialize
  @type_method_name = DEFAULT_TYPE_METHOD_NAME
end

Instance Attribute Details

#type_method_nameObject

Returns the value of attribute type_method_name.



5
6
7
# File 'lib/paramore/configuration.rb', line 5

def type_method_name
  @type_method_name
end