Class: EBay::GetCharitiesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCharitiesRequestType

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
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

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, 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, 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)
  @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
  @featured = featured
  @campaignID = campaignID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2436
2437
2438
# File 'lib/eBay.rb', line 2436

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2435
2436
2437
# File 'lib/eBay.rb', line 2435

def botBlock
  @botBlock
end

#campaignIDObject

Returns the value of attribute campaignID.



2445
2446
2447
# File 'lib/eBay.rb', line 2445

def campaignID
  @campaignID
end

#charityDomainObject

Returns the value of attribute charityDomain.



2441
2442
2443
# File 'lib/eBay.rb', line 2441

def charityDomain
  @charityDomain
end

#charityIDObject

Returns the value of attribute charityID.



2437
2438
2439
# File 'lib/eBay.rb', line 2437

def charityID
  @charityID
end

#charityNameObject

Returns the value of attribute charityName.



2438
2439
2440
# File 'lib/eBay.rb', line 2438

def charityName
  @charityName
end

#charityRegionObject

Returns the value of attribute charityRegion.



2440
2441
2442
# File 'lib/eBay.rb', line 2440

def charityRegion
  @charityRegion
end

#detailLevelObject

Returns the value of attribute detailLevel.



2426
2427
2428
# File 'lib/eBay.rb', line 2426

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2430
2431
2432
# File 'lib/eBay.rb', line 2430

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2431
2432
2433
# File 'lib/eBay.rb', line 2431

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2427
2428
2429
# File 'lib/eBay.rb', line 2427

def errorLanguage
  @errorLanguage
end

Returns the value of attribute featured.



2444
2445
2446
# File 'lib/eBay.rb', line 2444

def featured
  @featured
end

#includeDescriptionObject

Returns the value of attribute includeDescription.



2442
2443
2444
# File 'lib/eBay.rb', line 2442

def includeDescription
  @includeDescription
end

#invocationIDObject

Returns the value of attribute invocationID.



2432
2433
2434
# File 'lib/eBay.rb', line 2432

def invocationID
  @invocationID
end

#matchTypeObject

Returns the value of attribute matchType.



2443
2444
2445
# File 'lib/eBay.rb', line 2443

def matchType
  @matchType
end

#messageIDObject

Returns the value of attribute messageID.



2428
2429
2430
# File 'lib/eBay.rb', line 2428

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2433
2434
2435
# File 'lib/eBay.rb', line 2433

def outputSelector
  @outputSelector
end

#queryObject

Returns the value of attribute query.



2439
2440
2441
# File 'lib/eBay.rb', line 2439

def query
  @query
end

#versionObject

Returns the value of attribute version.



2429
2430
2431
# File 'lib/eBay.rb', line 2429

def version
  @version
end

#warningLevelObject

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