Class: ZeroClick::Sellers::Stateful::MintInput

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_idObject

Returns the value of attribute access_id

Returns:

  • (Object)

    the current value of access_id



20
21
22
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 20

def access_id
  @access_id
end

#agent_idObject

Returns the value of attribute agent_id

Returns:

  • (Object)

    the current value of agent_id



20
21
22
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 20

def agent_id
  @agent_id
end

#buyer_idObject

Returns the value of attribute buyer_id

Returns:

  • (Object)

    the current value of buyer_id



20
21
22
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 20

def buyer_id
  @buyer_id
end

#dedupe_keyObject

Returns the value of attribute dedupe_key

Returns:

  • (Object)

    the current value of dedupe_key



20
21
22
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 20

def dedupe_key
  @dedupe_key
end

#kidObject

Returns the value of attribute kid

Returns:

  • (Object)

    the current value of kid



20
21
22
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 20

def kid
  @kid
end

#request_idObject

Returns the value of attribute request_id

Returns:

  • (Object)

    the current value of request_id



20
21
22
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 20

def request_id
  @request_id
end