Class: ChargeBee::OfferEvent
- Defined in:
- lib/chargebee/models/offer_event.rb
Class Method Summary collapse
-
.offer_events(params, env = nil, headers = {}) ⇒ Object
OPERATIONS ———–.
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #respond_to_missing?, #to_s, uri_path
Constructor Details
This class inherits a constructor from ChargeBee::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ChargeBee::Model
Class Method Details
.offer_events(params, env = nil, headers = {}) ⇒ Object
OPERATIONS
8 9 10 11 12 13 |
# File 'lib/chargebee/models/offer_event.rb', line 8 def self.offer_events(params, env=nil, headers={}) jsonKeys = { } = {} Request.send('post', uri_path("offer_events"), params, env, headers, "grow", true, jsonKeys, ) end |