Class: LicenceToBill::Stage

Inherits:
Object
  • Object
show all
Includes:
Concerns
Defined in:
lib/licencetobill/stage.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_featuresObject



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

def get_features
  get_collection(LicenceToBill::Feature, self.features) 
end