Class: GetCharitiesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCharitiesRequestType

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
charityID - SOAP::SOAPString
charityName - SOAP::SOAPString
query - SOAP::SOAPString
charityRegion - SOAP::SOAPInt
charityDomain - SOAP::SOAPInt
includeDescription - SOAP::SOAPBoolean
matchType - StringMatchCodeType

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, charityID = nil, charityName = nil, query = nil, charityRegion = nil, charityDomain = nil, includeDescription = nil, matchType = nil) ⇒ GetCharitiesRequestType

Returns a new instance of GetCharitiesRequestType.



1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
# File 'lib/eBay.rb', line 1865

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, charityID = nil, charityName = nil, query = nil, charityRegion = nil, charityDomain = nil, includeDescription = nil, matchType = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @charityID = charityID
  @charityName = charityName
  @query = query
  @charityRegion = charityRegion
  @charityDomain = charityDomain
  @includeDescription = includeDescription
  @matchType = matchType
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1852
1853
1854
# File 'lib/eBay.rb', line 1852

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1851
1852
1853
# File 'lib/eBay.rb', line 1851

def botBlock
  @botBlock
end

#charityDomainObject

Returns the value of attribute charityDomain.



1857
1858
1859
# File 'lib/eBay.rb', line 1857

def charityDomain
  @charityDomain
end

#charityIDObject

Returns the value of attribute charityID.



1853
1854
1855
# File 'lib/eBay.rb', line 1853

def charityID
  @charityID
end

#charityNameObject

Returns the value of attribute charityName.



1854
1855
1856
# File 'lib/eBay.rb', line 1854

def charityName
  @charityName
end

#charityRegionObject

Returns the value of attribute charityRegion.



1856
1857
1858
# File 'lib/eBay.rb', line 1856

def charityRegion
  @charityRegion
end

#detailLevelObject

Returns the value of attribute detailLevel.



1842
1843
1844
# File 'lib/eBay.rb', line 1842

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1846
1847
1848
# File 'lib/eBay.rb', line 1846

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1847
1848
1849
# File 'lib/eBay.rb', line 1847

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1843
1844
1845
# File 'lib/eBay.rb', line 1843

def errorLanguage
  @errorLanguage
end

#includeDescriptionObject

Returns the value of attribute includeDescription.



1858
1859
1860
# File 'lib/eBay.rb', line 1858

def includeDescription
  @includeDescription
end

#invocationIDObject

Returns the value of attribute invocationID.



1848
1849
1850
# File 'lib/eBay.rb', line 1848

def invocationID
  @invocationID
end

#matchTypeObject

Returns the value of attribute matchType.



1859
1860
1861
# File 'lib/eBay.rb', line 1859

def matchType
  @matchType
end

#messageIDObject

Returns the value of attribute messageID.



1844
1845
1846
# File 'lib/eBay.rb', line 1844

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1849
1850
1851
# File 'lib/eBay.rb', line 1849

def outputSelector
  @outputSelector
end

#queryObject

Returns the value of attribute query.



1855
1856
1857
# File 'lib/eBay.rb', line 1855

def query
  @query
end

#versionObject

Returns the value of attribute version.



1845
1846
1847
# File 'lib/eBay.rb', line 1845

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1850
1851
1852
# File 'lib/eBay.rb', line 1850

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1861
1862
1863
# File 'lib/eBay.rb', line 1861

def set_any(elements)
  @__xmlele_any = elements
end