Class: CirroIOV2::Responses::UserNotificationPreferenceResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::UserNotificationPreferenceResponse
- Includes:
- Base
- Defined in:
- lib/cirro_io_v2/responses/responses.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#object ⇒ Object
Returns the value of attribute object.
-
#topics ⇒ Object
Returns the value of attribute topics.
Method Summary
Methods included from Base
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
51 52 53 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 51 def id @id end |
#locale ⇒ Object
Returns the value of attribute locale
51 52 53 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 51 def locale @locale end |
#object ⇒ Object
Returns the value of attribute object
51 52 53 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 51 def object @object end |
#topics ⇒ Object
Returns the value of attribute topics
51 52 53 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 51 def topics @topics end |