Class: GetMyeBayRemindersRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBayRemindersRequestType

Constant Summary collapse

@@schema_type =
"GetMyeBayRemindersRequestType"
@@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", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["buyingReminders", ["ReminderCustomizationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BuyingReminders")]],
  ["sellingReminders", ["ReminderCustomizationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellingReminders")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, buyingReminders = nil, sellingReminders = nil) ⇒ GetMyeBayRemindersRequestType

Returns a new instance of GetMyeBayRemindersRequestType.



5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
# File 'lib/eBay.rb', line 5287

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5279
5280
5281
# File 'lib/eBay.rb', line 5279

def __xmlele_any
  @__xmlele_any
end

#buyingRemindersObject

Returns the value of attribute buyingReminders.



5280
5281
5282
# File 'lib/eBay.rb', line 5280

def buyingReminders
  @buyingReminders
end

#detailLevelObject

Returns the value of attribute detailLevel.



5272
5273
5274
# File 'lib/eBay.rb', line 5272

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5276
5277
5278
# File 'lib/eBay.rb', line 5276

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5273
5274
5275
# File 'lib/eBay.rb', line 5273

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5277
5278
5279
# File 'lib/eBay.rb', line 5277

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5274
5275
5276
# File 'lib/eBay.rb', line 5274

def messageID
  @messageID
end

#sellingRemindersObject

Returns the value of attribute sellingReminders.



5281
5282
5283
# File 'lib/eBay.rb', line 5281

def sellingReminders
  @sellingReminders
end

#versionObject

Returns the value of attribute version.



5275
5276
5277
# File 'lib/eBay.rb', line 5275

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5278
5279
5280
# File 'lib/eBay.rb', line 5278

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5283
5284
5285
# File 'lib/eBay.rb', line 5283

def set_any(elements)
  @__xmlele_any = elements
end