Class: LicenceToBill::Offer
- Inherits:
-
Object
- Object
- LicenceToBill::Offer
- 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
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class LicenceToBill::Concerns
Instance Method Details
#get_stages ⇒ Object
5 6 7 |
# File 'lib/licencetobill/offer.rb', line 5 def get_stages get_collection(LicenceToBill::Stage, self.stages) end |