Class: CirroIOV2::Responses::NotificationTopicResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::NotificationTopicResponse
- Includes:
- Base
- Defined in:
- lib/cirro_io_v2/responses/responses.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#notification_layout_id ⇒ Object
Returns the value of attribute notification_layout_id.
-
#object ⇒ Object
Returns the value of attribute object.
-
#preferences ⇒ Object
Returns the value of attribute preferences.
-
#templates ⇒ Object
Returns the value of attribute templates.
Method Summary
Methods included from Base
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
160 161 162 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 160 def id @id end |
#name ⇒ Object
Returns the value of attribute name
160 161 162 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 160 def name @name end |
#notification_layout_id ⇒ Object
Returns the value of attribute notification_layout_id
160 161 162 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 160 def notification_layout_id @notification_layout_id end |
#object ⇒ Object
Returns the value of attribute object
160 161 162 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 160 def object @object end |
#preferences ⇒ Object
Returns the value of attribute preferences
160 161 162 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 160 def preferences @preferences end |
#templates ⇒ Object
Returns the value of attribute templates
160 161 162 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 160 def templates @templates end |