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
157 158 159 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 157 def body @body end |
#id ⇒ Object
Returns the value of attribute id
157 158 159 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 157 def id @id end |
#notification_configuration_id ⇒ Object
Returns the value of attribute notification_configuration_id
157 158 159 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 157 def notification_configuration_id @notification_configuration_id end |
#notification_layout_id ⇒ Object
Returns the value of attribute notification_layout_id
157 158 159 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 157 def notification_layout_id @notification_layout_id end |
#object ⇒ Object
Returns the value of attribute object
157 158 159 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 157 def object @object end |