Class: ZeroClick::Sellers::Stateful::ParsedEntitlement

Inherits:
Struct
  • Object
show all
Defined in:
lib/zeroclick/sellers/stateful/contracts.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



31
32
33
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31

def access_id
  @access_id
end

#agent_idObject

Returns the value of attribute agent_id

Returns:

  • (Object)

    the current value of agent_id



31
32
33
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31

def agent_id
  @agent_id
end

#base_price_usd_microsObject

Returns the value of attribute base_price_usd_micros

Returns:

  • (Object)

    the current value of base_price_usd_micros



31
32
33
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31

def base_price_usd_micros
  @base_price_usd_micros
end

#buyer_emailObject

Returns the value of attribute buyer_email

Returns:

  • (Object)

    the current value of buyer_email



31
32
33
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31

def buyer_email
  @buyer_email
end

#buyer_idObject

Returns the value of attribute buyer_id

Returns:

  • (Object)

    the current value of buyer_id



31
32
33
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31

def buyer_id
  @buyer_id
end

#credit_granted_usdObject

Returns the value of attribute credit_granted_usd

Returns:

  • (Object)

    the current value of credit_granted_usd



31
32
33
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31

def credit_granted_usd
  @credit_granted_usd
end

#credit_granted_usd_microsObject

Returns the value of attribute credit_granted_usd_micros

Returns:

  • (Object)

    the current value of credit_granted_usd_micros



31
32
33
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31

def credit_granted_usd_micros
  @credit_granted_usd_micros
end

#credit_reversed_usdObject

Returns the value of attribute credit_reversed_usd

Returns:

  • (Object)

    the current value of credit_reversed_usd



31
32
33
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31

def credit_reversed_usd
  @credit_reversed_usd
end

#credit_reversed_usd_microsObject

Returns the value of attribute credit_reversed_usd_micros

Returns:

  • (Object)

    the current value of credit_reversed_usd_micros



31
32
33
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31

def credit_reversed_usd_micros
  @credit_reversed_usd_micros
end

#idempotency_keyObject

Returns the value of attribute idempotency_key

Returns:

  • (Object)

    the current value of idempotency_key



31
32
33
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31

def idempotency_key
  @idempotency_key
end

#periodObject

Returns the value of attribute period

Returns:

  • (Object)

    the current value of period



31
32
33
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31

def period
  @period
end

#planObject

Returns the value of attribute plan

Returns:

  • (Object)

    the current value of plan



31
32
33
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31

def plan
  @plan
end

#state_versionObject

Returns the value of attribute state_version

Returns:

  • (Object)

    the current value of state_version



31
32
33
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31

def state_version
  @state_version
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



31
32
33
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31

def status
  @status
end