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
161 162 163 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 161 def id @id end |
#name ⇒ Object
Returns the value of attribute name
161 162 163 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 161 def name @name end |
#notification_layout_id ⇒ Object
Returns the value of attribute notification_layout_id
161 162 163 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 161 def notification_layout_id @notification_layout_id end |
#object ⇒ Object
Returns the value of attribute object
161 162 163 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 161 def object @object end |
#preferences ⇒ Object
Returns the value of attribute preferences
161 162 163 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 161 def preferences @preferences end |
#templates ⇒ Object
Returns the value of attribute templates
161 162 163 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 161 def templates @templates end |