Class: EBay::ExtendSiteHostedPicturesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsExtendSiteHostedPicturesRequestType

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
pictureURL - SOAP::SOAPAnyURI
extensionInDays - SOAP::SOAPInt

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, pictureURL = [], extensionInDays = nil) ⇒ ExtendSiteHostedPicturesRequestType

Returns a new instance of ExtendSiteHostedPicturesRequestType.



1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
# File 'lib/eBay.rb', line 1575

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1567
1568
1569
# File 'lib/eBay.rb', line 1567

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1566
1567
1568
# File 'lib/eBay.rb', line 1566

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



1557
1558
1559
# File 'lib/eBay.rb', line 1557

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1561
1562
1563
# File 'lib/eBay.rb', line 1561

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1562
1563
1564
# File 'lib/eBay.rb', line 1562

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1558
1559
1560
# File 'lib/eBay.rb', line 1558

def errorLanguage
  @errorLanguage
end

#extensionInDaysObject

Returns the value of attribute extensionInDays.



1569
1570
1571
# File 'lib/eBay.rb', line 1569

def extensionInDays
  @extensionInDays
end

#invocationIDObject

Returns the value of attribute invocationID.



1563
1564
1565
# File 'lib/eBay.rb', line 1563

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1559
1560
1561
# File 'lib/eBay.rb', line 1559

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1564
1565
1566
# File 'lib/eBay.rb', line 1564

def outputSelector
  @outputSelector
end

#pictureURLObject

Returns the value of attribute pictureURL.



1568
1569
1570
# File 'lib/eBay.rb', line 1568

def pictureURL
  @pictureURL
end

#versionObject

Returns the value of attribute version.



1560
1561
1562
# File 'lib/eBay.rb', line 1560

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1565
1566
1567
# File 'lib/eBay.rb', line 1565

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1571
1572
1573
# File 'lib/eBay.rb', line 1571

def set_any(elements)
  @__xmlele_any = elements
end