Sha256: c526f4e5f7a237b412badd2bc8dec675160b13f62433c4c1e65f4a20fcda8b05
Contents?: true
Size: 334 Bytes
Versions: 1
Compression:
Stored size: 334 Bytes
Contents
require 'billy_api/version' require 'billy_api/client' module BillyApi class << self attr_accessor :configuration end def self.configure self.configuration ||= Configuration.new yield(configuration) end class Configuration attr_accessor :api_key def initialize @api_key = nil end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
billy_api-0.1.1 | lib/billy_api.rb |