Sha256: 1838ca4e8a0baa2e3a2b8afcf21079048ad55564087b910047691d98804627cb
Contents?: true
Size: 228 Bytes
Versions: 1
Compression:
Stored size: 228 Bytes
Contents
module Safecrow class Configuration # @api private attr_accessor :url, :apikey, :apisecret, :prefix def initialize @url = nil @apikey = nil @apisecret = nil @prefix = nil end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
safecrow-0.1.1 | lib/safecrow/configuration.rb |