module Scalingo

Constants

VERSION

Public Class Methods

client(options = {}) click to toggle source
# File lib/scalingo.rb, line 13
def self.client(options = {})
  Scalingo::Client.new(options)
end
respond_to?(method) click to toggle source
Calls superclass method
# File lib/scalingo.rb, line 17
def self.respond_to?(method)
  return client.respond_to?(method) || super
end