Class: Holoserve::Response::Combiner
- Inherits:
-
Object
- Object
- Holoserve::Response::Combiner
- Defined in:
- lib/holoserve/response/combiner.rb
Instance Method Summary collapse
-
#initialize(default, responses) ⇒ Combiner
constructor
A new instance of Combiner.
- #response ⇒ Object
Constructor Details
#initialize(default, responses) ⇒ Combiner
Returns a new instance of Combiner.
4 5 6 |
# File 'lib/holoserve/response/combiner.rb', line 4 def initialize(default, responses) @default, @responses = default, responses end |