Class: CirroIOV2::Responses::GigInvitationResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::GigInvitationResponse
- Includes:
- Base
- Defined in:
- lib/cirro_io_v2/responses/responses.rb
Instance Attribute Summary collapse
-
#epam_bench_status ⇒ Object
Returns the value of attribute epam_bench_status.
-
#gig_id ⇒ Object
Returns the value of attribute gig_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#no_reward ⇒ Object
Returns the value of attribute no_reward.
-
#object ⇒ Object
Returns the value of attribute object.
-
#status ⇒ Object
Returns the value of attribute status.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Method Summary
Methods included from Base
Instance Attribute Details
#epam_bench_status ⇒ Object
Returns the value of attribute epam_bench_status
100 101 102 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 100 def epam_bench_status @epam_bench_status end |
#gig_id ⇒ Object
Returns the value of attribute gig_id
100 101 102 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 100 def gig_id @gig_id end |
#id ⇒ Object
Returns the value of attribute id
100 101 102 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 100 def id @id end |
#no_reward ⇒ Object
Returns the value of attribute no_reward
100 101 102 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 100 def no_reward @no_reward end |
#object ⇒ Object
Returns the value of attribute object
100 101 102 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 100 def object @object end |
#status ⇒ Object
Returns the value of attribute status
100 101 102 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 100 def status @status end |
#user_id ⇒ Object
Returns the value of attribute user_id
100 101 102 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 100 def user_id @user_id end |