Class: Leash::Integrations::Base Private

Inherits:
Object
  • Object
show all
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.

Direct Known Subclasses

Calendar, Drive, Gmail, Linear

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

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