Class: CirroIOV2::Responses::NotificationLayoutTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::NotificationLayoutTemplateResponse
- 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_layout_id ⇒ Object
Returns the value of attribute notification_layout_id.
-
#object ⇒ Object
Returns the value of attribute object.
Method Summary
Methods included from Base
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
156 157 158 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 156 def body @body end |
#id ⇒ Object
Returns the value of attribute id
156 157 158 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 156 def id @id end |
#notification_configuration_id ⇒ Object
Returns the value of attribute notification_configuration_id
156 157 158 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 156 def notification_configuration_id @notification_configuration_id end |
#notification_layout_id ⇒ Object
Returns the value of attribute notification_layout_id
156 157 158 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 156 def notification_layout_id @notification_layout_id end |
#object ⇒ Object
Returns the value of attribute object
156 157 158 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 156 def object @object end |