Class: ObjectConfig
- Inherits:
-
Object
- Object
- ObjectConfig
- Defined in:
- lib/ccios/config.rb
Instance Attribute Summary collapse
-
#group ⇒ Object
readonly
Returns the value of attribute group.
Instance Method Summary collapse
-
#initialize(hash) ⇒ ObjectConfig
constructor
A new instance of ObjectConfig.
Constructor Details
#initialize(hash) ⇒ ObjectConfig
Returns a new instance of ObjectConfig.
110 111 112 |
# File 'lib/ccios/config.rb', line 110 def initialize(hash) @group = hash["group"] end |
Instance Attribute Details
#group ⇒ Object (readonly)
Returns the value of attribute group.
108 109 110 |
# File 'lib/ccios/config.rb', line 108 def group @group end |