Class: Services::Builders::Feature
- Inherits:
-
Object
- Object
- Services::Builders::Feature
- Defined in:
- lib/services/builders/feature.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(type, max_results = '1') ⇒ Feature
constructor
A new instance of Feature.
Constructor Details
#initialize(type, max_results = '1') ⇒ Feature
Returns a new instance of Feature.
6 7 8 9 |
# File 'lib/services/builders/feature.rb', line 6 def initialize(type, max_results = '1') @type = type @max_results = max_results end |