Class: FedexWebServices::Soap::Rate::DestinationControlDetail

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

Instance Method Summary collapse

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

#destinationCountriesObject

Returns the value of attribute destinationCountries.



866
867
868
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 866

def destinationCountries
  @destinationCountries
end

#endUserObject

Returns the value of attribute endUser.



867
868
869
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 867

def endUser
  @endUser
end

#statementTypesObject

Returns the value of attribute statementTypes.



865
866
867
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 865

def statementTypes
  @statementTypes
end