Class: Teilashare::Resources::MerchantCreative

Inherits:
APIResource
  • Object
show all
Defined in:
lib/teilashare/resources/merchant_creative.rb

Constant Summary

Constants inherited from APIResource

APIResource::HOST, APIResource::PATH

Instance Attribute Summary

Attributes inherited from APIResource

#client, #opts

Instance Method Summary collapse

Methods inherited from APIResource

#call

Constructor Details

#initialize(client, opts = {}) ⇒ MerchantCreative

Returns a new instance of MerchantCreative.



6
7
8
9
10
# File 'lib/teilashare/resources/merchant_creative.rb', line 6

def initialize(client, opts = {})
  super(client, opts)

  ## TODO: handle the conditional params requirements
end

Instance Method Details

#action_verbObject



12
13
14
# File 'lib/teilashare/resources/merchant_creative.rb', line 12

def action_verb
  'merchantCreative'
end