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
138 139 140 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 138 def id @id end |
#notification_topic_id ⇒ Object
Returns the value of attribute notification_topic_id
138 139 140 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 138 def notification_topic_id @notification_topic_id end |
#object ⇒ Object
Returns the value of attribute object
138 139 140 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 138 def object @object end |
#preferences ⇒ Object
Returns the value of attribute preferences
138 139 140 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 138 def preferences @preferences end |
#user_id ⇒ Object
Returns the value of attribute user_id
138 139 140 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 138 def user_id @user_id end |