Sha256: 5f74350d9879397d97eca1632cb2b132289a9f755124503b80532a3f4cdde594
Contents?: true
Size: 369 Bytes
Versions: 2
Compression:
Stored size: 369 Bytes
Contents
require 'pp' require 'smartdc/client' require 'smartdc/request' require 'smartdc/response' require 'smartdc/error' module Smartdc def self.new(options={}) Smartdc::Client.new(options) end def self.config=(options={}) @cli = Smartdc::Client.new(options) @config = options end def self.config @config end def self.cli @cli end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
smartdc-1.1.1 | lib/smartdc.rb |
smartdc-1.0.1 | lib/smartdc.rb |