Class: ZeroClick::Sellers::Stateful::EntitlementPlan

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_price_usdObject

Returns the value of attribute base_price_usd

Returns:

  • (Object)

    the current value of base_price_usd



28
29
30
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 28

def base_price_usd
  @base_price_usd
end

#billing_modeObject

Returns the value of attribute billing_mode

Returns:

  • (Object)

    the current value of billing_mode



28
29
30
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 28

def billing_mode
  @billing_mode
end

#intervalObject

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



28
29
30
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 28

def interval
  @interval
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



28
29
30
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 28

def name
  @name
end

#slugObject

Returns the value of attribute slug

Returns:

  • (Object)

    the current value of slug



28
29
30
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 28

def slug
  @slug
end