Class: Paramore::Configuration
- Inherits:
-
Object
- Object
- Paramore::Configuration
- Defined in:
- lib/paramore/configuration.rb
Constant Summary collapse
- DEFAULT_TYPE_METHOD_NAME =
:[]
Instance Attribute Summary collapse
-
#type_method_name ⇒ Object
Returns the value of attribute type_method_name.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_name ⇒ Object
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 |