Sha256: e2fd55c666e4532f955709798296b94314b00eb7819a7397ca8f28df24b6edd9
Contents?: true
Size: 179 Bytes
Versions: 2
Compression:
Stored size: 179 Bytes
Contents
module Quandora class Configuration attr_accessor :url, :username, :password def initialize @url = '' @username = '' @password = '' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
quandora-0.3.0 | lib/quandora/configuration.rb |
quandora-0.1.0 | lib/quandora/configuration.rb |