Class: ObjectConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/ccios/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ ObjectConfig

Returns a new instance of ObjectConfig.



122
123
124
# File 'lib/ccios/config.rb', line 122

def initialize(hash)
  @group = hash["group"]
end

Instance Attribute Details

#groupObject (readonly)

Returns the value of attribute group.



120
121
122
# File 'lib/ccios/config.rb', line 120

def group
  @group
end