Class: CirroIOV2::Responses::NotificationTopicPreferenceResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::NotificationTopicPreferenceResponse
- Includes:
- Base
- Defined in:
- lib/cirro_io_v2/responses/responses.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#notification_topic_id ⇒ Object
Returns the value of attribute notification_topic_id.
-
#object ⇒ Object
Returns the value of attribute object.
-
#preferences ⇒ Object
Returns the value of attribute preferences.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Method Summary
Methods included from Base
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
139 140 141 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 139 def id @id end |
#notification_topic_id ⇒ Object
Returns the value of attribute notification_topic_id
139 140 141 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 139 def notification_topic_id @notification_topic_id end |
#object ⇒ Object
Returns the value of attribute object
139 140 141 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 139 def object @object end |
#preferences ⇒ Object
Returns the value of attribute preferences
139 140 141 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 139 def preferences @preferences end |
#user_id ⇒ Object
Returns the value of attribute user_id
139 140 141 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 139 def user_id @user_id end |