Class: Flotte::Registry::Service
- Defined in:
- lib/flotte/registry/service.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Flotte::Registry::Base
Instance Method Details
#[](name) ⇒ Flotte::Service
6 7 8 |
# File 'lib/flotte/registry/service.rb', line 6 def [](name) super end |
#all ⇒ Array<Flotte::Service>
11 12 13 |
# File 'lib/flotte/registry/service.rb', line 11 def all super end |