Class: Leash::Integrations::Base Private
- Inherits:
-
Object
- Object
- Leash::Integrations::Base
- Defined in:
- lib/leash/integrations/base.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Internal base class — wraps a Transport bound to a provider id.
Constant Summary collapse
- PROVIDER =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
nil
Instance Method Summary collapse
-
#initialize(transport) ⇒ Base
constructor
private
A new instance of Base.
Constructor Details
#initialize(transport) ⇒ Base
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Base.
10 11 12 |
# File 'lib/leash/integrations/base.rb', line 10 def initialize(transport) @transport = transport end |