module Tinybucket

Constants

VERSION

Attributes

api_client[RW]
logger[RW]

Public Class Methods

config() click to toggle source
# File lib/tinybucket.rb, line 68
def config
  @config ||= Tinybucket::Config.new
end
configure() { |config| ... } click to toggle source
# File lib/tinybucket.rb, line 64
def configure
  yield(config)
end
new() click to toggle source
# File lib/tinybucket.rb, line 60
def new
  @api_client = Tinybucket::Client.new
end