Class: ZeroClick::Sellers::ZeroClickContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/zeroclick/sellers/contracts.rb

Overview

Proven facts about a verified request.

Instance Attribute Summary collapse

Instance Attribute Details

#kidObject

Returns the value of attribute kid

Returns:

  • (Object)

    the current value of kid



86
87
88
# File 'lib/zeroclick/sellers/contracts.rb', line 86

def kid
  @kid
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



86
87
88
# File 'lib/zeroclick/sellers/contracts.rb', line 86

def timestamp
  @timestamp
end

#zc_agent_idObject

Returns the value of attribute zc_agent_id

Returns:

  • (Object)

    the current value of zc_agent_id



86
87
88
# File 'lib/zeroclick/sellers/contracts.rb', line 86

def zc_agent_id
  @zc_agent_id
end

#zc_anonymous_idObject

Returns the value of attribute zc_anonymous_id

Returns:

  • (Object)

    the current value of zc_anonymous_id



86
87
88
# File 'lib/zeroclick/sellers/contracts.rb', line 86

def zc_anonymous_id
  @zc_anonymous_id
end

#zc_buyer_idObject

Returns the value of attribute zc_buyer_id

Returns:

  • (Object)

    the current value of zc_buyer_id



86
87
88
# File 'lib/zeroclick/sellers/contracts.rb', line 86

def zc_buyer_id
  @zc_buyer_id
end

#zc_request_idObject

Returns the value of attribute zc_request_id

Returns:

  • (Object)

    the current value of zc_request_id



86
87
88
# File 'lib/zeroclick/sellers/contracts.rb', line 86

def zc_request_id
  @zc_request_id
end