class ObjectConfig

Attributes

group[R]

Public Class Methods

new(hash) click to toggle source
# File lib/ccios/config.rb, line 113
def initialize(hash)
  @group = hash["group"]
end