Class: GetMessagePreferencesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMessagePreferencesRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
sellerID - (any)
includeASQPreferences - SOAP::SOAPBoolean

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, sellerID = nil, includeASQPreferences = nil) ⇒ GetMessagePreferencesRequestType

Returns a new instance of GetMessagePreferencesRequestType.



2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
# File 'lib/eBay.rb', line 2726

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, sellerID = nil, includeASQPreferences = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @sellerID = sellerID
  @includeASQPreferences = includeASQPreferences
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2718
2719
2720
# File 'lib/eBay.rb', line 2718

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2717
2718
2719
# File 'lib/eBay.rb', line 2717

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2708
2709
2710
# File 'lib/eBay.rb', line 2708

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2712
2713
2714
# File 'lib/eBay.rb', line 2712

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2713
2714
2715
# File 'lib/eBay.rb', line 2713

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2709
2710
2711
# File 'lib/eBay.rb', line 2709

def errorLanguage
  @errorLanguage
end

#includeASQPreferencesObject

Returns the value of attribute includeASQPreferences.



2720
2721
2722
# File 'lib/eBay.rb', line 2720

def includeASQPreferences
  @includeASQPreferences
end

#invocationIDObject

Returns the value of attribute invocationID.



2714
2715
2716
# File 'lib/eBay.rb', line 2714

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2710
2711
2712
# File 'lib/eBay.rb', line 2710

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2715
2716
2717
# File 'lib/eBay.rb', line 2715

def outputSelector
  @outputSelector
end

#sellerIDObject

Returns the value of attribute sellerID.



2719
2720
2721
# File 'lib/eBay.rb', line 2719

def sellerID
  @sellerID
end

#versionObject

Returns the value of attribute version.



2711
2712
2713
# File 'lib/eBay.rb', line 2711

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2716
2717
2718
# File 'lib/eBay.rb', line 2716

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2722
2723
2724
# File 'lib/eBay.rb', line 2722

def set_any(elements)
  @__xmlele_any = elements
end