module MyJohnDeere::RESTMethods
Public Class Methods
included(receiver)
click to toggle source
# File lib/myjohndeere/rest_methods.rb, line 96 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end