Sha256: 3ca4cb6880346db41164b83b86f2e3614b73aeb3f7be0dfaea295109dbf56092
Contents?: true
Size: 194 Bytes
Versions: 8
Compression:
Stored size: 194 Bytes
Contents
module FormhubRuby class Configuration attr_accessor :username, :password def initialize(args={}) @username = args[:username] @password = args[:password] end end end
Version data entries
8 entries across 8 versions & 1 rubygems