Module: Love

Defined in:
lib/love.rb

Defined Under Namespace

Modules: ResourceURI Classes: Client, Exception, Unauthorized

Class Method Summary collapse

Class Method Details

.connect(account, api_key, options = {}) ⇒ Object



15
16
17
# File 'lib/love.rb', line 15

def self.connect(, api_key, options = {})
  Love::Client.new(, api_key, options)
end