Class: Lolp::Client

Inherits:
Object
  • Object
show all
Includes:
Configuration, Project
Defined in:
lib/lolp/client.rb

Instance Method Summary collapse

Methods included from Configuration

#config, #configure

Methods included from Project

#create_custom_domain, #create_project, #delete_custom_domain, #delete_project, #projects

Instance Method Details

#connectionObject



10
11
12
# File 'lib/lolp/client.rb', line 10

def connection
  @connection ||= Lolp::Connection.new(config)
end