Class: EBay::GetCharitiesRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetCharitiesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetCharitiesRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
charityID - SOAP::SOAPString
charityName - SOAP::SOAPString
query - SOAP::SOAPString
charityRegion - SOAP::SOAPInt
charityDomain - SOAP::SOAPInt
includeDescription - SOAP::SOAPBoolean
matchType - EBay::StringMatchCodeType
featured - SOAP::SOAPBoolean
campaignID - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#campaignID ⇒ Object
Returns the value of attribute campaignID.
-
#charityDomain ⇒ Object
Returns the value of attribute charityDomain.
-
#charityID ⇒ Object
Returns the value of attribute charityID.
-
#charityName ⇒ Object
Returns the value of attribute charityName.
-
#charityRegion ⇒ Object
Returns the value of attribute charityRegion.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#featured ⇒ Object
Returns the value of attribute featured.
-
#includeDescription ⇒ Object
Returns the value of attribute includeDescription.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#matchType ⇒ Object
Returns the value of attribute matchType.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#query ⇒ Object
Returns the value of attribute query.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#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, featured = nil, campaignID = nil) ⇒ GetCharitiesRequestType
constructor
A new instance of GetCharitiesRequestType.
- #set_any(elements) ⇒ Object
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, featured = nil, campaignID = nil) ⇒ GetCharitiesRequestType
Returns a new instance of GetCharitiesRequestType.
2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 |
# File 'lib/eBay.rb', line 2451 def initialize(detailLevel = [], errorLanguage = nil, = 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, featured = nil, campaignID = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @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 @featured = featured @campaignID = campaignID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
2436 2437 2438 |
# File 'lib/eBay.rb', line 2436 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
2435 2436 2437 |
# File 'lib/eBay.rb', line 2435 def botBlock @botBlock end |
#campaignID ⇒ Object
Returns the value of attribute campaignID.
2445 2446 2447 |
# File 'lib/eBay.rb', line 2445 def campaignID @campaignID end |
#charityDomain ⇒ Object
Returns the value of attribute charityDomain.
2441 2442 2443 |
# File 'lib/eBay.rb', line 2441 def charityDomain @charityDomain end |
#charityID ⇒ Object
Returns the value of attribute charityID.
2437 2438 2439 |
# File 'lib/eBay.rb', line 2437 def charityID @charityID end |
#charityName ⇒ Object
Returns the value of attribute charityName.
2438 2439 2440 |
# File 'lib/eBay.rb', line 2438 def charityName @charityName end |
#charityRegion ⇒ Object
Returns the value of attribute charityRegion.
2440 2441 2442 |
# File 'lib/eBay.rb', line 2440 def charityRegion @charityRegion end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
2426 2427 2428 |
# File 'lib/eBay.rb', line 2426 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
2430 2431 2432 |
# File 'lib/eBay.rb', line 2430 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
2431 2432 2433 |
# File 'lib/eBay.rb', line 2431 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
2427 2428 2429 |
# File 'lib/eBay.rb', line 2427 def errorLanguage @errorLanguage end |
#featured ⇒ Object
Returns the value of attribute featured.
2444 2445 2446 |
# File 'lib/eBay.rb', line 2444 def featured @featured end |
#includeDescription ⇒ Object
Returns the value of attribute includeDescription.
2442 2443 2444 |
# File 'lib/eBay.rb', line 2442 def includeDescription @includeDescription end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
2432 2433 2434 |
# File 'lib/eBay.rb', line 2432 def invocationID @invocationID end |
#matchType ⇒ Object
Returns the value of attribute matchType.
2443 2444 2445 |
# File 'lib/eBay.rb', line 2443 def matchType @matchType end |
#messageID ⇒ Object
Returns the value of attribute messageID.
2428 2429 2430 |
# File 'lib/eBay.rb', line 2428 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
2433 2434 2435 |
# File 'lib/eBay.rb', line 2433 def outputSelector @outputSelector end |
#query ⇒ Object
Returns the value of attribute query.
2439 2440 2441 |
# File 'lib/eBay.rb', line 2439 def query @query end |
#version ⇒ Object
Returns the value of attribute version.
2429 2430 2431 |
# File 'lib/eBay.rb', line 2429 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
2434 2435 2436 |
# File 'lib/eBay.rb', line 2434 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
2447 2448 2449 |
# File 'lib/eBay.rb', line 2447 def set_any(elements) @__xmlele_any = elements end |