Class: GetWantItNowPostRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetWantItNowPostRequestType

Constant Summary collapse

@@schema_type =
"GetWantItNowPostRequestType"
@@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")]],
["postID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PostID")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetWantItNowPostRequestType.



8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/eBay.rb', line 8254

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8247
8248
8249
# File 'lib/eBay.rb', line 8247

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



8241
8242
8243
# File 'lib/eBay.rb', line 8241

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8245
8246
8247
# File 'lib/eBay.rb', line 8245

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8242
8243
8244
# File 'lib/eBay.rb', line 8242

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8246
8247
8248
# File 'lib/eBay.rb', line 8246

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



8243
8244
8245
# File 'lib/eBay.rb', line 8243

def messageID
  @messageID
end

#postIDObject

Returns the value of attribute postID.



8248
8249
8250
# File 'lib/eBay.rb', line 8248

def postID
  @postID
end

#versionObject

Returns the value of attribute version.



8244
8245
8246
# File 'lib/eBay.rb', line 8244

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8250
8251
8252
# File 'lib/eBay.rb', line 8250

def set_any(elements)
  @__xmlele_any = elements
end