Class: Cic::Group

Inherits:
ActiveCic::Base show all
Defined in:
lib/cic/group.rb

Constant Summary

Constants inherited from ActiveCic::Base

ActiveCic::Base::BASE_URL

Instance Attribute Summary

Attributes inherited from ActiveCic::Base

#attributes, #raw_attributes

Instance Method Summary collapse

Methods inherited from ActiveCic::Base

all, #method_missing

Constructor Details

#initialize(hash) ⇒ Group

Returns a new instance of Group.



7
8
9
# File 'lib/cic/group.rb', line 7

def initialize(hash)
  super(hash)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveCic::Base

Instance Method Details

#idObject



11
12
13
# File 'lib/cic/group.rb', line 11

def id
  self.attributes.id  
end