Class: GetStoreRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetStoreRequestType

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
categoryStructureOnly - SOAP::SOAPBoolean
rootCategoryID - SOAP::SOAPLong
levelLimit - SOAP::SOAPInt
userID - (any)

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, categoryStructureOnly = nil, rootCategoryID = nil, levelLimit = nil, userID = nil) ⇒ GetStoreRequestType

Returns a new instance of GetStoreRequestType.



4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
# File 'lib/eBay.rb', line 4500

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryStructureOnly = nil, rootCategoryID = nil, levelLimit = nil, userID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @categoryStructureOnly = categoryStructureOnly
  @rootCategoryID = rootCategoryID
  @levelLimit = levelLimit
  @userID = userID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4490
4491
4492
# File 'lib/eBay.rb', line 4490

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4489
4490
4491
# File 'lib/eBay.rb', line 4489

def botBlock
  @botBlock
end

#categoryStructureOnlyObject

Returns the value of attribute categoryStructureOnly.



4491
4492
4493
# File 'lib/eBay.rb', line 4491

def categoryStructureOnly
  @categoryStructureOnly
end

#detailLevelObject

Returns the value of attribute detailLevel.



4480
4481
4482
# File 'lib/eBay.rb', line 4480

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4484
4485
4486
# File 'lib/eBay.rb', line 4484

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4485
4486
4487
# File 'lib/eBay.rb', line 4485

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4481
4482
4483
# File 'lib/eBay.rb', line 4481

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4486
4487
4488
# File 'lib/eBay.rb', line 4486

def invocationID
  @invocationID
end

#levelLimitObject

Returns the value of attribute levelLimit.



4493
4494
4495
# File 'lib/eBay.rb', line 4493

def levelLimit
  @levelLimit
end

#messageIDObject

Returns the value of attribute messageID.



4482
4483
4484
# File 'lib/eBay.rb', line 4482

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4487
4488
4489
# File 'lib/eBay.rb', line 4487

def outputSelector
  @outputSelector
end

#rootCategoryIDObject

Returns the value of attribute rootCategoryID.



4492
4493
4494
# File 'lib/eBay.rb', line 4492

def rootCategoryID
  @rootCategoryID
end

#userIDObject

Returns the value of attribute userID.



4494
4495
4496
# File 'lib/eBay.rb', line 4494

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



4483
4484
4485
# File 'lib/eBay.rb', line 4483

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4488
4489
4490
# File 'lib/eBay.rb', line 4488

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4496
4497
4498
# File 'lib/eBay.rb', line 4496

def set_any(elements)
  @__xmlele_any = elements
end