Class: EBay::SetPictureManagerDetailsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetPictureManagerDetailsRequestType

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
pictureManagerDetails - EBay::PictureManagerDetailsType
action - EBay::PictureManagerActionCodeType

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, pictureManagerDetails = nil, action = nil) ⇒ SetPictureManagerDetailsRequestType

Returns a new instance of SetPictureManagerDetailsRequestType.



7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616
7617
# File 'lib/eBay.rb', line 7603

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7595
7596
7597
# File 'lib/eBay.rb', line 7595

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



7597
7598
7599
# File 'lib/eBay.rb', line 7597

def action
  @action
end

#botBlockObject

Returns the value of attribute botBlock.



7594
7595
7596
# File 'lib/eBay.rb', line 7594

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



7585
7586
7587
# File 'lib/eBay.rb', line 7585

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



7589
7590
7591
# File 'lib/eBay.rb', line 7589

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7590
7591
7592
# File 'lib/eBay.rb', line 7590

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7586
7587
7588
# File 'lib/eBay.rb', line 7586

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7591
7592
7593
# File 'lib/eBay.rb', line 7591

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7587
7588
7589
# File 'lib/eBay.rb', line 7587

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



7592
7593
7594
# File 'lib/eBay.rb', line 7592

def outputSelector
  @outputSelector
end

#pictureManagerDetailsObject

Returns the value of attribute pictureManagerDetails.



7596
7597
7598
# File 'lib/eBay.rb', line 7596

def pictureManagerDetails
  @pictureManagerDetails
end

#versionObject

Returns the value of attribute version.



7588
7589
7590
# File 'lib/eBay.rb', line 7588

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



7593
7594
7595
# File 'lib/eBay.rb', line 7593

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



7599
7600
7601
# File 'lib/eBay.rb', line 7599

def set_any(elements)
  @__xmlele_any = elements
end