Class: EBay::GetItemShippingRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetItemShippingRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
itemID - (any)
quantitySold - SOAP::SOAPInt
destinationPostalCode - SOAP::SOAPString
destinationCountryCode - EBay::CountryCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, quantitySold = nil, destinationPostalCode = nil, destinationCountryCode = nil) ⇒ GetItemShippingRequestType

Returns a new instance of GetItemShippingRequestType.



2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
# File 'lib/eBay.rb', line 2988

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, quantitySold = nil, destinationPostalCode = nil, destinationCountryCode = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @itemID = itemID
  @quantitySold = quantitySold
  @destinationPostalCode = destinationPostalCode
  @destinationCountryCode = destinationCountryCode
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2978
2979
2980
# File 'lib/eBay.rb', line 2978

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2977
2978
2979
# File 'lib/eBay.rb', line 2977

def botBlock
  @botBlock
end

#destinationCountryCodeObject

Returns the value of attribute destinationCountryCode.



2982
2983
2984
# File 'lib/eBay.rb', line 2982

def destinationCountryCode
  @destinationCountryCode
end

#destinationPostalCodeObject

Returns the value of attribute destinationPostalCode.



2981
2982
2983
# File 'lib/eBay.rb', line 2981

def destinationPostalCode
  @destinationPostalCode
end

#detailLevelObject

Returns the value of attribute detailLevel.



2968
2969
2970
# File 'lib/eBay.rb', line 2968

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2972
2973
2974
# File 'lib/eBay.rb', line 2972

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2973
2974
2975
# File 'lib/eBay.rb', line 2973

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2969
2970
2971
# File 'lib/eBay.rb', line 2969

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2974
2975
2976
# File 'lib/eBay.rb', line 2974

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



2979
2980
2981
# File 'lib/eBay.rb', line 2979

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



2970
2971
2972
# File 'lib/eBay.rb', line 2970

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2975
2976
2977
# File 'lib/eBay.rb', line 2975

def outputSelector
  @outputSelector
end

#quantitySoldObject

Returns the value of attribute quantitySold.



2980
2981
2982
# File 'lib/eBay.rb', line 2980

def quantitySold
  @quantitySold
end

#versionObject

Returns the value of attribute version.



2971
2972
2973
# File 'lib/eBay.rb', line 2971

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2976
2977
2978
# File 'lib/eBay.rb', line 2976

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2984
2985
2986
# File 'lib/eBay.rb', line 2984

def set_any(elements)
  @__xmlele_any = elements
end