module OmnivoreIO::OmnivoreObject

Public Class Methods

included(base) click to toggle source
# File lib/omnivore-io/api.rb, line 15
def self.included base
  base.send :include, InstanceMethods
  base.extend ClassMethods
end