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