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.
113 114 115 |
# File 'lib/ccios/config.rb', line 113 def initialize(hash) @group = hash["group"] end |
Instance Attribute Details
#group ⇒ Object (readonly)
Returns the value of attribute group.
111 112 113 |
# File 'lib/ccios/config.rb', line 111 def group @group end |