Sha256: 76638910045fa85e4e74468ffb810df5fdfc4dc01edfd392192af87ac96eac14
Contents?: true
Size: 223 Bytes
Versions: 2
Compression:
Stored size: 223 Bytes
Contents
module MooMoo class Config attr_accessor :host attr_accessor :key attr_accessor :user attr_accessor :pass attr_accessor :port def initialize @host = 'horizion.opensrs.net' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
moo_moo-0.1.1 | lib/moo_moo/config.rb |
moo_moo-0.1.0 | lib/moo_moo/config.rb |