Class: Lolp::Client
- Inherits:
-
Object
- Object
- Lolp::Client
- Includes:
- Configuration, Project
- Defined in:
- lib/lolp/client.rb
Instance Method Summary collapse
Methods included from Configuration
Methods included from Project
#create_custom_domain, #create_project, #delete_custom_domain, #delete_project, #projects
Instance Method Details
#connection ⇒ Object
10 11 12 |
# File 'lib/lolp/client.rb', line 10 def connection @connection ||= Lolp::Connection.new(config) end |