Method: AdvancedBilling::HistoricUsage#total_usage_quantity

Defined in:
lib/advanced_billing/models/historic_usage.rb

#total_usage_quantityFloat

Total usage of a component for billing period

Returns:

  • (Float)


16
17
18
# File 'lib/advanced_billing/models/historic_usage.rb', line 16

def total_usage_quantity
  @total_usage_quantity
end