Class: HighLevel::Models::Marketplace::UsagePlanDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Marketplace::UsagePlanDTO
- Defined in:
- lib/high_level/models/marketplace/usage_plan_dto.rb
Instance Attribute Summary collapse
-
#execution_limit_per_cycle ⇒ Object
readonly
Returns the value of attribute execution_limit_per_cycle.
-
#fixed_price_per_unit ⇒ Object
readonly
Returns the value of attribute fixed_price_per_unit.
-
#max_price_per_unit ⇒ Object
readonly
Returns the value of attribute max_price_per_unit.
-
#meter_id ⇒ Object
readonly
Returns the value of attribute meter_id.
-
#meter_name ⇒ Object
readonly
Returns the value of attribute meter_name.
-
#min_price_per_unit ⇒ Object
readonly
Returns the value of attribute min_price_per_unit.
-
#price_type ⇒ Object
readonly
Returns the value of attribute price_type.
-
#product_name ⇒ Object
readonly
Returns the value of attribute product_name.
-
#product_type ⇒ Object
readonly
Returns the value of attribute product_type.
-
#usage_unit ⇒ Object
readonly
Returns the value of attribute usage_unit.
Instance Attribute Details
#execution_limit_per_cycle ⇒ Object (readonly)
Returns the value of attribute 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_unit ⇒ Object (readonly)
Returns the value of attribute 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_unit ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute meter_id
9 10 11 |
# File 'lib/high_level/models/marketplace/usage_plan_dto.rb', line 9 def meter_id @meter_id end |
#meter_name ⇒ Object (readonly)
Returns the value of attribute 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_unit ⇒ Object (readonly)
Returns the value of attribute 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_type ⇒ Object (readonly)
Returns the value of attribute price_type
9 10 11 |
# File 'lib/high_level/models/marketplace/usage_plan_dto.rb', line 9 def price_type @price_type end |
#product_name ⇒ Object (readonly)
Returns the value of attribute product_name
9 10 11 |
# File 'lib/high_level/models/marketplace/usage_plan_dto.rb', line 9 def product_name @product_name end |
#product_type ⇒ Object (readonly)
Returns the value of attribute product_type
9 10 11 |
# File 'lib/high_level/models/marketplace/usage_plan_dto.rb', line 9 def product_type @product_type end |
#usage_unit ⇒ Object (readonly)
Returns the value of attribute usage_unit
9 10 11 |
# File 'lib/high_level/models/marketplace/usage_plan_dto.rb', line 9 def usage_unit @usage_unit end |