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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, buyingReminders = nil, sellingReminders = nil) ⇒ GetMyeBayRemindersRequestType

Returns a new instance of GetMyeBayRemindersRequestType.



4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
# File 'lib/eBay.rb', line 4824

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4816
4817
4818
# File 'lib/eBay.rb', line 4816

def __xmlele_any
  @__xmlele_any
end

#buyingRemindersObject

Returns the value of attribute buyingReminders.



4817
4818
4819
# File 'lib/eBay.rb', line 4817

def buyingReminders
  @buyingReminders
end

#detailLevelObject

Returns the value of attribute detailLevel.



4810
4811
4812
# File 'lib/eBay.rb', line 4810

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4814
4815
4816
# File 'lib/eBay.rb', line 4814

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4811
4812
4813
# File 'lib/eBay.rb', line 4811

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4815
4816
4817
# File 'lib/eBay.rb', line 4815

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4812
4813
4814
# File 'lib/eBay.rb', line 4812

def messageID
  @messageID
end

#sellingRemindersObject

Returns the value of attribute sellingReminders.



4818
4819
4820
# File 'lib/eBay.rb', line 4818

def sellingReminders
  @sellingReminders
end

#versionObject

Returns the value of attribute version.



4813
4814
4815
# File 'lib/eBay.rb', line 4813

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



4820
4821
4822
# File 'lib/eBay.rb', line 4820

def set_any(elements)
  @__xmlele_any = elements
end