Module: HighriseMapper::Person

Defined in:
lib/highrise_mapper/person.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



52
53
54
55
56
# File 'lib/highrise_mapper/person.rb', line 52

def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
  check_expected_behavior(receiver)
end