Class: FedexLocationService::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



9
10
11
12
13
14
15
# File 'lib/fedex_location_service/configuration.rb', line 9

def initialize
  @wsdl           = nil
  @key            = nil
  @password       = nil
  @account_number = nil
  @meter_number   = nil
end

Instance Attribute Details

#account_numberObject

Returns the value of attribute account_number.



6
7
8
# File 'lib/fedex_location_service/configuration.rb', line 6

def 
  @account_number
end

#keyObject

Returns the value of attribute key.



4
5
6
# File 'lib/fedex_location_service/configuration.rb', line 4

def key
  @key
end

#meter_numberObject

Returns the value of attribute meter_number.



7
8
9
# File 'lib/fedex_location_service/configuration.rb', line 7

def meter_number
  @meter_number
end

#passwordObject

Returns the value of attribute password.



5
6
7
# File 'lib/fedex_location_service/configuration.rb', line 5

def password
  @password
end

#wsdlObject

Returns the value of attribute wsdl.



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

def wsdl
  @wsdl
end