Sha256: 368a50ef9cf79dcbc8a7ba8b6f0658f6d384437e3d2ebd7dbb50bd739253deed
Contents?: true
Size: 156 Bytes
Versions: 3
Compression:
Stored size: 156 Bytes
Contents
module Zype class Configuration attr_accessor :api_key, :host def initialize @api_key = nil @host = 'api.zype.com' end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
zype-0.4.0 | lib/zype/configuration.rb |
zype-0.3.0 | lib/zype/configuration.rb |
zype-0.2.0 | lib/zype/configuration.rb |