Class: Seedie::Configuration
- Inherits:
-
Object
- Object
- Seedie::Configuration
- Defined in:
- lib/seedie/configuration.rb
Instance Attribute Summary collapse
-
#custom_attributes ⇒ Object
Returns the value of attribute custom_attributes.
-
#default_count ⇒ Object
Returns the value of attribute default_count.
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 10 |
# File 'lib/seedie/configuration.rb', line 7 def initialize @default_count = nil @custom_attributes = {} end |
Instance Attribute Details
#custom_attributes ⇒ Object
Returns the value of attribute custom_attributes.
5 6 7 |
# File 'lib/seedie/configuration.rb', line 5 def custom_attributes @custom_attributes end |
#default_count ⇒ Object
Returns the value of attribute default_count.
5 6 7 |
# File 'lib/seedie/configuration.rb', line 5 def default_count @default_count end |