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
42 43 44 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 42 def app_worker_id @app_worker_id end |
#created_at ⇒ Object
Returns the value of attribute created_at
42 43 44 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 42 def created_at @created_at end |
#gig_ids ⇒ Object
Returns the value of attribute gig_ids
42 43 44 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 42 def gig_ids @gig_ids end |
#id ⇒ Object
Returns the value of attribute id
42 43 44 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 42 def id @id end |
#object ⇒ Object
Returns the value of attribute object
42 43 44 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 42 def object @object end |
#payload ⇒ Object
Returns the value of attribute payload
42 43 44 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 42 def payload @payload end |