Class: LicenceToBill::Offer

Inherits:
Object
  • Object
show all
Includes:
Concerns
Defined in:
lib/licencetobill/offer.rb

Instance Method Summary collapse

Methods included from Concerns

#initialize, #method_missing, #respond_to_missing?

Methods included from Helpers

#get_collection

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class LicenceToBill::Concerns

Instance Method Details

#get_stagesObject



5
6
7
# File 'lib/licencetobill/offer.rb', line 5

def get_stages
  get_collection(LicenceToBill::Stage, self.stages)
end