Class: TaxCloud::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/tax_cloud/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



3
4
5
# File 'lib/tax_cloud/configuration.rb', line 3

def api_key
  @api_key
end

#api_login_idObject

Returns the value of attribute api_login_id.



3
4
5
# File 'lib/tax_cloud/configuration.rb', line 3

def 
  @api_login_id
end

#usps_usernameObject

Returns the value of attribute usps_username.



3
4
5
# File 'lib/tax_cloud/configuration.rb', line 3

def usps_username
  @usps_username
end