Class: EBay::GetNotificationPreferencesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetNotificationPreferencesRequestType

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
preferenceLevel - EBay::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.



3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
# File 'lib/eBay.rb', line 3552

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.



3545
3546
3547
# File 'lib/eBay.rb', line 3545

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



3544
3545
3546
# File 'lib/eBay.rb', line 3544

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3535
3536
3537
# File 'lib/eBay.rb', line 3535

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3539
3540
3541
# File 'lib/eBay.rb', line 3539

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3540
3541
3542
# File 'lib/eBay.rb', line 3540

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3536
3537
3538
# File 'lib/eBay.rb', line 3536

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3541
3542
3543
# File 'lib/eBay.rb', line 3541

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3537
3538
3539
# File 'lib/eBay.rb', line 3537

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3542
3543
3544
# File 'lib/eBay.rb', line 3542

def outputSelector
  @outputSelector
end

#preferenceLevelObject

Returns the value of attribute preferenceLevel.



3546
3547
3548
# File 'lib/eBay.rb', line 3546

def preferenceLevel
  @preferenceLevel
end

#versionObject

Returns the value of attribute version.



3538
3539
3540
# File 'lib/eBay.rb', line 3538

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3543
3544
3545
# File 'lib/eBay.rb', line 3543

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3548
3549
3550
# File 'lib/eBay.rb', line 3548

def set_any(elements)
  @__xmlele_any = elements
end