Class: FedexWebServices::Soap::Ship::DestinationControlDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#destinationCountriesObject

Returns the value of attribute destinationCountries.



1219
1220
1221
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1219

def destinationCountries
  @destinationCountries
end

#endUserObject

Returns the value of attribute endUser.



1220
1221
1222
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1220

def endUser
  @endUser
end

#statementTypesObject

Returns the value of attribute statementTypes.



1218
1219
1220
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1218

def statementTypes
  @statementTypes
end