Class: CirroIOV2::Responses::GigInvitationResponse

Inherits:
Struct
  • Object
show all
Includes:
Base
Defined in:
lib/cirro_io_v2/responses/responses.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#initialize

Instance Attribute Details

#epam_bench_statusObject

Returns the value of attribute epam_bench_status

Returns:

  • (Object)

    the current value of 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_idObject

Returns the value of attribute gig_id

Returns:

  • (Object)

    the current value of gig_id



100
101
102
# File 'lib/cirro_io_v2/responses/responses.rb', line 100

def gig_id
  @gig_id
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



100
101
102
# File 'lib/cirro_io_v2/responses/responses.rb', line 100

def id
  @id
end

#no_rewardObject

Returns the value of attribute no_reward

Returns:

  • (Object)

    the current value of no_reward



100
101
102
# File 'lib/cirro_io_v2/responses/responses.rb', line 100

def no_reward
  @no_reward
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



100
101
102
# File 'lib/cirro_io_v2/responses/responses.rb', line 100

def object
  @object
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



100
101
102
# File 'lib/cirro_io_v2/responses/responses.rb', line 100

def status
  @status
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



100
101
102
# File 'lib/cirro_io_v2/responses/responses.rb', line 100

def user_id
  @user_id
end