Class: HighLevel::Models::Marketplace::UsagePlanDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/marketplace/usage_plan_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#execution_limit_per_cycleObject (readonly)

Returns the value of attribute execution_limit_per_cycle

Returns:

  • (Object)

    the current value of execution_limit_per_cycle



9
10
11
# File 'lib/high_level/models/marketplace/usage_plan_dto.rb', line 9

def execution_limit_per_cycle
  @execution_limit_per_cycle
end

#fixed_price_per_unitObject (readonly)

Returns the value of attribute fixed_price_per_unit

Returns:

  • (Object)

    the current value of fixed_price_per_unit



9
10
11
# File 'lib/high_level/models/marketplace/usage_plan_dto.rb', line 9

def fixed_price_per_unit
  @fixed_price_per_unit
end

#max_price_per_unitObject (readonly)

Returns the value of attribute max_price_per_unit

Returns:

  • (Object)

    the current value of max_price_per_unit



9
10
11
# File 'lib/high_level/models/marketplace/usage_plan_dto.rb', line 9

def max_price_per_unit
  @max_price_per_unit
end

#meter_idObject (readonly)

Returns the value of attribute meter_id

Returns:

  • (Object)

    the current value of meter_id



9
10
11
# File 'lib/high_level/models/marketplace/usage_plan_dto.rb', line 9

def meter_id
  @meter_id
end

#meter_nameObject (readonly)

Returns the value of attribute meter_name

Returns:

  • (Object)

    the current value of meter_name



9
10
11
# File 'lib/high_level/models/marketplace/usage_plan_dto.rb', line 9

def meter_name
  @meter_name
end

#min_price_per_unitObject (readonly)

Returns the value of attribute min_price_per_unit

Returns:

  • (Object)

    the current value of min_price_per_unit



9
10
11
# File 'lib/high_level/models/marketplace/usage_plan_dto.rb', line 9

def min_price_per_unit
  @min_price_per_unit
end

#price_typeObject (readonly)

Returns the value of attribute price_type

Returns:

  • (Object)

    the current value of price_type



9
10
11
# File 'lib/high_level/models/marketplace/usage_plan_dto.rb', line 9

def price_type
  @price_type
end

#product_nameObject (readonly)

Returns the value of attribute product_name

Returns:

  • (Object)

    the current value of product_name



9
10
11
# File 'lib/high_level/models/marketplace/usage_plan_dto.rb', line 9

def product_name
  @product_name
end

#product_typeObject (readonly)

Returns the value of attribute product_type

Returns:

  • (Object)

    the current value of product_type



9
10
11
# File 'lib/high_level/models/marketplace/usage_plan_dto.rb', line 9

def product_type
  @product_type
end

#usage_unitObject (readonly)

Returns the value of attribute usage_unit

Returns:

  • (Object)

    the current value of usage_unit



9
10
11
# File 'lib/high_level/models/marketplace/usage_plan_dto.rb', line 9

def usage_unit
  @usage_unit
end