class QuickbaseRecord::Configuration

Attributes

password[RW]
realm[RW]
token[RW]
username[RW]
usertoken[RW]

Public Class Methods

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