class Paramore::Configuration
Constants
- DEFAULT_TYPE_METHOD_NAME
Attributes
type_method_name[RW]
Public Class Methods
new()
click to toggle source
# File lib/paramore/configuration.rb, line 7 def initialize @type_method_name = DEFAULT_TYPE_METHOD_NAME end