module QcloudCos

Constants

VERSION

Public Instance Methods

config() click to toggle source
# File lib/qcloud_cos.rb, line 14
def config
  @config
end
configure() { |config| ... } click to toggle source
# File lib/qcloud_cos.rb, line 8
def configure
  @config ||= Configuration.new
  yield @config
  @config
end