Class: GetMyeBayRemindersRequestType
- Inherits:
-
Object
- Object
- GetMyeBayRemindersRequestType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#buyingReminders ⇒ Object
Returns the value of attribute buyingReminders.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#sellingReminders ⇒ Object
Returns the value of attribute sellingReminders.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, buyingReminders = nil, sellingReminders = nil) ⇒ GetMyeBayRemindersRequestType
constructor
A new instance of GetMyeBayRemindersRequestType.
- #set_any(elements) ⇒ Object
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.
5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 |
# File 'lib/eBay.rb', line 5996 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, = nil, sellingReminders = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @buyingReminders = @sellingReminders = sellingReminders end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
5988 5989 5990 |
# File 'lib/eBay.rb', line 5988 def __xmlele_any @__xmlele_any end |
#buyingReminders ⇒ Object
Returns the value of attribute buyingReminders.
5989 5990 5991 |
# File 'lib/eBay.rb', line 5989 def @buyingReminders end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
5981 5982 5983 |
# File 'lib/eBay.rb', line 5981 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
5985 5986 5987 |
# File 'lib/eBay.rb', line 5985 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
5982 5983 5984 |
# File 'lib/eBay.rb', line 5982 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
5986 5987 5988 |
# File 'lib/eBay.rb', line 5986 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
5983 5984 5985 |
# File 'lib/eBay.rb', line 5983 def @messageID end |
#sellingReminders ⇒ Object
Returns the value of attribute sellingReminders.
5990 5991 5992 |
# File 'lib/eBay.rb', line 5990 def sellingReminders @sellingReminders end |
#version ⇒ Object
Returns the value of attribute version.
5984 5985 5986 |
# File 'lib/eBay.rb', line 5984 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
5987 5988 5989 |
# File 'lib/eBay.rb', line 5987 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
5992 5993 5994 |
# File 'lib/eBay.rb', line 5992 def set_any(elements) @__xmlele_any = elements end |