Class: FedexWebServices::Soap::Ship::DestinationControlDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::DestinationControlDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12DestinationControlDetail
statementTypes - FedexWebServices::Soap::Ship::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.
1222 1223 1224 1225 1226 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1222 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.
1219 1220 1221 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1219 def destinationCountries @destinationCountries end |
#endUser ⇒ Object
Returns the value of attribute endUser.
1220 1221 1222 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1220 def endUser @endUser end |
#statementTypes ⇒ Object
Returns the value of attribute statementTypes.
1218 1219 1220 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1218 def statementTypes @statementTypes end |