Class: FedexWebServices::Soap::Rate::CustomerReference
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::CustomerReference
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13CustomerReference
customerReferenceType - FedexWebServices::Soap::Rate::CustomerReferenceType
value - SOAP::SOAPString
Instance Attribute Summary collapse
-
#customerReferenceType ⇒ Object
Returns the value of attribute customerReferenceType.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(customerReferenceType = nil, value = nil) ⇒ CustomerReference
constructor
A new instance of CustomerReference.
Constructor Details
#initialize(customerReferenceType = nil, value = nil) ⇒ CustomerReference
Returns a new instance of CustomerReference.
610 611 612 613 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 610 def initialize(customerReferenceType = nil, value = nil) @customerReferenceType = customerReferenceType @value = value end |
Instance Attribute Details
#customerReferenceType ⇒ Object
Returns the value of attribute customerReferenceType.
607 608 609 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 607 def customerReferenceType @customerReferenceType end |
#value ⇒ Object
Returns the value of attribute value.
608 609 610 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 608 def value @value end |