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
165 166 167 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 165 def body @body end |
#id ⇒ Object
Returns the value of attribute id
165 166 167 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 165 def id @id end |
#notification_configuration_id ⇒ Object
Returns the value of attribute notification_configuration_id
165 166 167 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 165 def notification_configuration_id @notification_configuration_id end |
#notification_topic_id ⇒ Object
Returns the value of attribute notification_topic_id
165 166 167 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 165 def notification_topic_id @notification_topic_id end |
#object ⇒ Object
Returns the value of attribute object
165 166 167 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 165 def object @object end |
#subject ⇒ Object
Returns the value of attribute subject
165 166 167 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 165 def subject @subject end |