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