Class: MyeBaySelectionType
- Inherits:
-
Object
- Object
- MyeBaySelectionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMyeBaySelectionType
Constant Summary collapse
- @@schema_type =
"MyeBaySelectionType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["include", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Include")]], ["sort", ["SortOrderCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Sort")]], ["maxResults", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MaxResults")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#include ⇒ Object
Returns the value of attribute include.
-
#maxResults ⇒ Object
Returns the value of attribute maxResults.
-
#sort ⇒ Object
Returns the value of attribute sort.
Instance Method Summary collapse
-
#initialize(include = nil, sort = nil, maxResults = nil) ⇒ MyeBaySelectionType
constructor
A new instance of MyeBaySelectionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(include = nil, sort = nil, maxResults = nil) ⇒ MyeBaySelectionType
Returns a new instance of MyeBaySelectionType.
20017 20018 20019 20020 20021 20022 |
# File 'lib/eBay.rb', line 20017 def initialize(include = nil, sort = nil, maxResults = nil) @include = include @sort = sort @maxResults = maxResults @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20011 20012 20013 |
# File 'lib/eBay.rb', line 20011 def __xmlele_any @__xmlele_any end |
#include ⇒ Object
Returns the value of attribute include.
20008 20009 20010 |
# File 'lib/eBay.rb', line 20008 def include @include end |
#maxResults ⇒ Object
Returns the value of attribute maxResults.
20010 20011 20012 |
# File 'lib/eBay.rb', line 20010 def maxResults @maxResults end |
#sort ⇒ Object
Returns the value of attribute sort.
20009 20010 20011 |
# File 'lib/eBay.rb', line 20009 def sort @sort end |
Instance Method Details
#set_any(elements) ⇒ Object
20013 20014 20015 |
# File 'lib/eBay.rb', line 20013 def set_any(elements) @__xmlele_any = elements end |