Class: Clook::Configuration
- Inherits:
-
Object
- Object
- Clook::Configuration
- Defined in:
- lib/clook/configuration.rb
Instance Attribute Summary collapse
-
#order ⇒ Object
Returns the value of attribute order.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize(options = {}) ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 |
# File 'lib/clook/configuration.rb', line 5 def initialize( = {}) @order = [order] || [] end |
Instance Attribute Details
#order ⇒ Object
Returns the value of attribute order.
3 4 5 |
# File 'lib/clook/configuration.rb', line 3 def order @order end |