Module: MerchantSidekick::Buyer

Defined in:
lib/merchant_sidekick/buyer.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(mod) ⇒ Object



4
5
6
# File 'lib/merchant_sidekick/buyer.rb', line 4

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