Class: SendGrid4r::REST::CancelScheduledSends::ScheduledSend
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::CancelScheduledSends::ScheduledSend
- Defined in:
- lib/sendgrid4r/rest/cancel_scheduled_sends.rb
Instance Attribute Summary collapse
-
#batch_id ⇒ Object
Returns the value of attribute batch_id.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#batch_id ⇒ Object
Returns the value of attribute batch_id
10 11 12 |
# File 'lib/sendgrid4r/rest/cancel_scheduled_sends.rb', line 10 def batch_id @batch_id end |
#status ⇒ Object
Returns the value of attribute status
10 11 12 |
# File 'lib/sendgrid4r/rest/cancel_scheduled_sends.rb', line 10 def status @status end |