Sha256: 5228eba21fcab3784a085662be6100b3b7ecdf61bc0376d98d49386ef2bc6851
Contents?: true
Size: 261 Bytes
Versions: 5
Compression:
Stored size: 261 Bytes
Contents
module Charger class LineItem::Metered < LineItem attribute :unit_balance, Integer # @return [Float] def total component.total_for(unit_balance) end # @return [Boolean] def allocated? unit_balance > 0 end end end
Version data entries
5 entries across 5 versions & 1 rubygems