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.



110
111
112
# File 'lib/ccios/config.rb', line 110

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

Instance Attribute Details

#groupObject (readonly)

Returns the value of attribute group.



108
109
110
# File 'lib/ccios/config.rb', line 108

def group
  @group
end