Class: CirroIOV2::Responses::NotificationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::NotificationConfigurationResponse
- Includes:
- Base
- Defined in:
- lib/cirro_io_v2/responses/responses.rb
Instance Attribute Summary collapse
-
#deliver_by ⇒ Object
Returns the value of attribute deliver_by.
-
#format ⇒ Object
Returns the value of attribute format.
-
#id ⇒ Object
Returns the value of attribute id.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#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
#deliver_by ⇒ Object
Returns the value of attribute deliver_by
147 148 149 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 147 def deliver_by @deliver_by end |
#format ⇒ Object
Returns the value of attribute format
147 148 149 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 147 def format @format end |
#id ⇒ Object
Returns the value of attribute id
147 148 149 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 147 def id @id end |
#kind ⇒ Object
Returns the value of attribute kind
147 148 149 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 147 def kind @kind end |
#locale ⇒ Object
Returns the value of attribute locale
147 148 149 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 147 def locale @locale end |
#object ⇒ Object
Returns the value of attribute object
147 148 149 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 147 def object @object end |