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
148 149 150 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 148 def deliver_by @deliver_by end |
#format ⇒ Object
Returns the value of attribute format
148 149 150 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 148 def format @format end |
#id ⇒ Object
Returns the value of attribute id
148 149 150 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 148 def id @id end |
#kind ⇒ Object
Returns the value of attribute kind
148 149 150 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 148 def kind @kind end |
#locale ⇒ Object
Returns the value of attribute locale
148 149 150 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 148 def locale @locale end |
#object ⇒ Object
Returns the value of attribute object
148 149 150 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 148 def object @object end |