Class: Cic::Category

Inherits:
ActiveCic::Base show all
Defined in:
lib/cic/category.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) ⇒ Category

Returns a new instance of Category.



7
8
9
# File 'lib/cic/category.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