Class: FedexWebServices::Soap::Rate::DestinationControlDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::DestinationControlDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13DestinationControlDetail
statementTypes - FedexWebServices::Soap::Rate::DestinationControlStatementType
destinationCountries - SOAP::SOAPString
endUser - SOAP::SOAPString
Instance Attribute Summary collapse
-
#destinationCountries ⇒ Object
Returns the value of attribute destinationCountries.
-
#endUser ⇒ Object
Returns the value of attribute endUser.
-
#statementTypes ⇒ Object
Returns the value of attribute statementTypes.
Instance Method Summary collapse
-
#initialize(statementTypes = [], destinationCountries = nil, endUser = nil) ⇒ DestinationControlDetail
constructor
A new instance of DestinationControlDetail.
Constructor Details
#initialize(statementTypes = [], destinationCountries = nil, endUser = nil) ⇒ DestinationControlDetail
Returns a new instance of DestinationControlDetail.
869 870 871 872 873 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 869 def initialize(statementTypes = [], destinationCountries = nil, endUser = nil) @statementTypes = statementTypes @destinationCountries = destinationCountries @endUser = endUser end |
Instance Attribute Details
#destinationCountries ⇒ Object
Returns the value of attribute destinationCountries.
866 867 868 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 866 def destinationCountries @destinationCountries end |
#endUser ⇒ Object
Returns the value of attribute endUser.
867 868 869 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 867 def endUser @endUser end |
#statementTypes ⇒ Object
Returns the value of attribute statementTypes.
865 866 867 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 865 def statementTypes @statementTypes end |