Class: GetLiveAuctionCatalogDetailsRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetLiveAuctionCatalogDetailsRequestType

Constant Summary collapse

@@schema_type =
"GetLiveAuctionCatalogDetailsRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
["invocationID", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil) ⇒ GetLiveAuctionCatalogDetailsRequestType

Returns a new instance of GetLiveAuctionCatalogDetailsRequestType.



4217
4218
4219
4220
4221
4222
4223
4224
4225
# File 'lib/eBay.rb', line 4217

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4211
4212
4213
# File 'lib/eBay.rb', line 4211

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



4205
4206
4207
# File 'lib/eBay.rb', line 4205

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4209
4210
4211
# File 'lib/eBay.rb', line 4209

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4206
4207
4208
# File 'lib/eBay.rb', line 4206

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4210
4211
4212
# File 'lib/eBay.rb', line 4210

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4207
4208
4209
# File 'lib/eBay.rb', line 4207

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



4208
4209
4210
# File 'lib/eBay.rb', line 4208

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



4213
4214
4215
# File 'lib/eBay.rb', line 4213

def set_any(elements)
  @__xmlele_any = elements
end