Class: CirroIOV2::Responses::UserInvitationAttemptResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::UserInvitationAttemptResponse
- Includes:
- Base
- Defined in:
- lib/cirro_io_v2/responses/responses.rb
Instance Attribute Summary collapse
-
#app_worker_id ⇒ Object
Returns the value of attribute app_worker_id.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#gig_ids ⇒ Object
Returns the value of attribute gig_ids.
-
#id ⇒ Object
Returns the value of attribute id.
-
#object ⇒ Object
Returns the value of attribute object.
-
#payload ⇒ Object
Returns the value of attribute payload.
Method Summary
Methods included from Base
Instance Attribute Details
#app_worker_id ⇒ Object
Returns the value of attribute app_worker_id
41 42 43 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 41 def app_worker_id @app_worker_id end |
#created_at ⇒ Object
Returns the value of attribute created_at
41 42 43 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 41 def created_at @created_at end |
#gig_ids ⇒ Object
Returns the value of attribute gig_ids
41 42 43 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 41 def gig_ids @gig_ids end |
#id ⇒ Object
Returns the value of attribute id
41 42 43 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 41 def id @id end |
#object ⇒ Object
Returns the value of attribute object
41 42 43 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 41 def object @object end |
#payload ⇒ Object
Returns the value of attribute payload
41 42 43 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 41 def payload @payload end |