class Quandora::Configuration

Attributes

password[RW]
url[RW]
username[RW]

Public Class Methods

new() click to toggle source
# File lib/quandora/configuration.rb, line 5
def initialize
  @url = ''
  @username = ''
  @password = ''
end