Method: Megam::BillingsCollection#initialize

Defined in:
lib/megam/core/billings_collection.rb

#initializeBillingsCollection

Returns a new instance of BillingsCollection.



21
22
23
24
25
# File 'lib/megam/core/billings_collection.rb', line 21

def initialize
  @billings = Array.new
  @billings_by_name = Hash.new
  @insert_after_idx = nil
end