Class: CirroIOV2::Responses::NotificationBroadcastResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::NotificationBroadcastResponse
- Includes:
- Base
- Defined in:
- lib/cirro_io_v2/responses/responses.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#notification_topic_id ⇒ Object
Returns the value of attribute notification_topic_id.
-
#object ⇒ Object
Returns the value of attribute object.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#recipients ⇒ Object
Returns the value of attribute recipients.
Method Summary
Methods included from Base
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
169 170 171 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 169 def id @id end |
#notification_topic_id ⇒ Object
Returns the value of attribute notification_topic_id
169 170 171 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 169 def notification_topic_id @notification_topic_id end |
#object ⇒ Object
Returns the value of attribute object
169 170 171 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 169 def object @object end |
#payload ⇒ Object
Returns the value of attribute payload
169 170 171 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 169 def payload @payload end |
#recipients ⇒ Object
Returns the value of attribute recipients
169 170 171 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 169 def recipients @recipients end |