Class: FedexLabelService::Configuration
- Inherits:
-
Object
- Object
- FedexLabelService::Configuration
- Defined in:
- lib/fedex_label_service/configuration.rb
Instance Attribute Summary collapse
-
#account_number ⇒ Object
Returns the value of attribute account_number.
-
#hub_id ⇒ Object
Returns the value of attribute hub_id.
-
#key ⇒ Object
Returns the value of attribute key.
-
#meter_number ⇒ Object
Returns the value of attribute meter_number.
-
#password ⇒ Object
Returns the value of attribute password.
-
#wsdl ⇒ Object
Returns the value of attribute wsdl.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_number ⇒ Object
Returns the value of attribute account_number.
8 9 10 |
# File 'lib/fedex_label_service/configuration.rb', line 8 def account_number @account_number end |
#hub_id ⇒ Object
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 |
#key ⇒ Object
Returns the value of attribute key.
6 7 8 |
# File 'lib/fedex_label_service/configuration.rb', line 6 def key @key end |
#meter_number ⇒ Object
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 |
#password ⇒ Object
Returns the value of attribute password.
7 8 9 |
# File 'lib/fedex_label_service/configuration.rb', line 7 def password @password end |
#wsdl ⇒ Object
Returns the value of attribute wsdl.
5 6 7 |
# File 'lib/fedex_label_service/configuration.rb', line 5 def wsdl @wsdl end |