Class: BrazeRuby::REST::TriggerCampaignSchedule
- Defined in:
- lib/braze_ruby/rest/trigger_campaign_schedule.rb
Instance Attribute Summary collapse
-
#params ⇒ Object
readonly
Returns the value of attribute params.
Instance Method Summary collapse
-
#initialize(api_key, braze_url, options, **params) ⇒ TriggerCampaignSchedule
constructor
A new instance of TriggerCampaignSchedule.
- #perform ⇒ Object
Constructor Details
#initialize(api_key, braze_url, options, **params) ⇒ TriggerCampaignSchedule
Returns a new instance of TriggerCampaignSchedule.
8 9 10 11 |
# File 'lib/braze_ruby/rest/trigger_campaign_schedule.rb', line 8 def initialize(api_key, braze_url, , **params) @params = params super(api_key, braze_url, ) end |
Instance Attribute Details
#params ⇒ Object (readonly)
Returns the value of attribute params.
6 7 8 |
# File 'lib/braze_ruby/rest/trigger_campaign_schedule.rb', line 6 def params @params end |
Instance Method Details
#perform ⇒ Object
13 14 15 |
# File 'lib/braze_ruby/rest/trigger_campaign_schedule.rb', line 13 def perform http.post("/campaigns/trigger/schedule/create", @params) end |