Module: ClassWithAttributes

Included in:
CheckMobi::Resource, CheckMobi::Resources::Voice::Events
Defined in:
lib/check_mobi/shared/class_with_attributes.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



2
3
4
# File 'lib/check_mobi/shared/class_with_attributes.rb', line 2

def self.included(base)
  base.extend ClassMethods
end