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.



113
114
115
# File 'lib/ccios/config.rb', line 113

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

Instance Attribute Details

#groupObject (readonly)

Returns the value of attribute group.



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

def group
  @group
end