Class: CirroIOV2::Responses::NotificationTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::NotificationTemplateResponse
- Includes:
- Base
- Defined in:
- lib/cirro_io_v2/responses/responses.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#id ⇒ Object
Returns the value of attribute id.
-
#notification_configuration_id ⇒ Object
Returns the value of attribute notification_configuration_id.
-
#notification_topic_id ⇒ Object
Returns the value of attribute notification_topic_id.
-
#object ⇒ Object
Returns the value of attribute object.
-
#subject ⇒ Object
Returns the value of attribute subject.
Method Summary
Methods included from Base
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
166 167 168 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 166 def body @body end |
#id ⇒ Object
Returns the value of attribute id
166 167 168 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 166 def id @id end |
#notification_configuration_id ⇒ Object
Returns the value of attribute notification_configuration_id
166 167 168 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 166 def notification_configuration_id @notification_configuration_id end |
#notification_topic_id ⇒ Object
Returns the value of attribute notification_topic_id
166 167 168 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 166 def notification_topic_id @notification_topic_id end |
#object ⇒ Object
Returns the value of attribute object
166 167 168 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 166 def object @object end |
#subject ⇒ Object
Returns the value of attribute subject
166 167 168 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 166 def subject @subject end |