Class: FedexLabelService::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



12
13
14
15
16
17
18
19
# File 'lib/fedex_label_service/configuration.rb', line 12

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

Instance Attribute Details

#account_numberObject

Returns the value of attribute account_number.



8
9
10
# File 'lib/fedex_label_service/configuration.rb', line 8

def 
  @account_number
end

#hub_idObject

Returns the value of attribute hub_id.



10
11
12
# File 'lib/fedex_label_service/configuration.rb', line 10

def hub_id
  @hub_id
end

#keyObject

Returns the value of attribute key.



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

def key
  @key
end

#meter_numberObject

Returns the value of attribute meter_number.



9
10
11
# File 'lib/fedex_label_service/configuration.rb', line 9

def meter_number
  @meter_number
end

#passwordObject

Returns the value of attribute password.



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

def password
  @password
end

#wsdlObject

Returns the value of attribute wsdl.



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

def wsdl
  @wsdl
end