module Kloudless
Constants
- API_URL
- API_VERSION
- VERSION
Public Class Methods
http()
click to toggle source
Internal: HTTP
client for easier mocking
# File lib/kloudless.rb, line 37 def self.http @http || Kloudless::HTTP end
http=(client)
click to toggle source
# File lib/kloudless.rb, line 41 def self.http=(client) @http = client end
Public Instance Methods
http()
click to toggle source
# File lib/kloudless.rb, line 45 def http self.class.http end