Class: GetNotificationPreferencesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetNotificationPreferencesRequestType

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
preferenceLevel - NotificationRoleCodeType

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, preferenceLevel = nil) ⇒ GetNotificationPreferencesRequestType

Returns a new instance of GetNotificationPreferencesRequestType.



3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
# File 'lib/eBay.rb', line 3005

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2998
2999
3000
# File 'lib/eBay.rb', line 2998

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2997
2998
2999
# File 'lib/eBay.rb', line 2997

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2988
2989
2990
# File 'lib/eBay.rb', line 2988

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2992
2993
2994
# File 'lib/eBay.rb', line 2992

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2993
2994
2995
# File 'lib/eBay.rb', line 2993

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2989
2990
2991
# File 'lib/eBay.rb', line 2989

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2994
2995
2996
# File 'lib/eBay.rb', line 2994

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2990
2991
2992
# File 'lib/eBay.rb', line 2990

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2995
2996
2997
# File 'lib/eBay.rb', line 2995

def outputSelector
  @outputSelector
end

#preferenceLevelObject

Returns the value of attribute preferenceLevel.



2999
3000
3001
# File 'lib/eBay.rb', line 2999

def preferenceLevel
  @preferenceLevel
end

#versionObject

Returns the value of attribute version.



2991
2992
2993
# File 'lib/eBay.rb', line 2991

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2996
2997
2998
# File 'lib/eBay.rb', line 2996

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3001
3002
3003
# File 'lib/eBay.rb', line 3001

def set_any(elements)
  @__xmlele_any = elements
end