Class: PaginationType
- Inherits:
-
Object
- Object
- PaginationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPaginationType
Constant Summary collapse
- @@schema_type =
"PaginationType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["entriesPerPage", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EntriesPerPage")]], ["pageNumber", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PageNumber")]], ["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.
-
#entriesPerPage ⇒ Object
Returns the value of attribute entriesPerPage.
-
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
Instance Method Summary collapse
-
#initialize(entriesPerPage = nil, pageNumber = nil) ⇒ PaginationType
constructor
A new instance of PaginationType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(entriesPerPage = nil, pageNumber = nil) ⇒ PaginationType
Returns a new instance of PaginationType.
15866 15867 15868 15869 15870 |
# File 'lib/eBay.rb', line 15866 def initialize(entriesPerPage = nil, pageNumber = nil) @entriesPerPage = entriesPerPage @pageNumber = pageNumber @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
15860 15861 15862 |
# File 'lib/eBay.rb', line 15860 def __xmlele_any @__xmlele_any end |
#entriesPerPage ⇒ Object
Returns the value of attribute entriesPerPage.
15858 15859 15860 |
# File 'lib/eBay.rb', line 15858 def entriesPerPage @entriesPerPage end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
15859 15860 15861 |
# File 'lib/eBay.rb', line 15859 def pageNumber @pageNumber end |
Instance Method Details
#set_any(elements) ⇒ Object
15862 15863 15864 |
# File 'lib/eBay.rb', line 15862 def set_any(elements) @__xmlele_any = elements end |