Module: MyJohnDeere::JSONAttributes
- Included in:
- APISupportItem, SingleResource
- Defined in:
- lib/myjohndeere/json_attributes.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
34 35 36 37 |
# File 'lib/myjohndeere/json_attributes.rb', line 34 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |