Class: EBay::ItemListCustomizationType
- Inherits:
-
Object
- Object
- EBay::ItemListCustomizationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsItemListCustomizationType
include - SOAP::SOAPBoolean
listingType - EBay::ListingTypeCodeType
sort - EBay::ItemSortTypeCodeType
durationInDays - SOAP::SOAPInt
includeNotes - SOAP::SOAPBoolean
pagination - EBay::PaginationType
orderStatusFilter - EBay::OrderStatusFilterCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#durationInDays ⇒ Object
Returns the value of attribute durationInDays.
-
#include ⇒ Object
Returns the value of attribute include.
-
#includeNotes ⇒ Object
Returns the value of attribute includeNotes.
-
#listingType ⇒ Object
Returns the value of attribute listingType.
-
#orderStatusFilter ⇒ Object
Returns the value of attribute orderStatusFilter.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#sort ⇒ Object
Returns the value of attribute sort.
Instance Method Summary collapse
-
#initialize(include = nil, listingType = nil, sort = nil, durationInDays = nil, includeNotes = nil, pagination = nil, orderStatusFilter = nil) ⇒ ItemListCustomizationType
constructor
A new instance of ItemListCustomizationType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(include = nil, listingType = nil, sort = nil, durationInDays = nil, includeNotes = nil, pagination = nil, orderStatusFilter = nil) ⇒ ItemListCustomizationType
Returns a new instance of ItemListCustomizationType.
25275 25276 25277 25278 25279 25280 25281 25282 25283 25284 |
# File 'lib/eBay.rb', line 25275 def initialize(include = nil, listingType = nil, sort = nil, durationInDays = nil, includeNotes = nil, pagination = nil, orderStatusFilter = nil) @include = include @listingType = listingType @sort = sort @durationInDays = durationInDays @includeNotes = includeNotes @pagination = pagination @orderStatusFilter = orderStatusFilter @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25269 25270 25271 |
# File 'lib/eBay.rb', line 25269 def __xmlele_any @__xmlele_any end |
#durationInDays ⇒ Object
Returns the value of attribute durationInDays.
25265 25266 25267 |
# File 'lib/eBay.rb', line 25265 def durationInDays @durationInDays end |
#include ⇒ Object
Returns the value of attribute include.
25262 25263 25264 |
# File 'lib/eBay.rb', line 25262 def include @include end |
#includeNotes ⇒ Object
Returns the value of attribute includeNotes.
25266 25267 25268 |
# File 'lib/eBay.rb', line 25266 def includeNotes @includeNotes end |
#listingType ⇒ Object
Returns the value of attribute listingType.
25263 25264 25265 |
# File 'lib/eBay.rb', line 25263 def listingType @listingType end |
#orderStatusFilter ⇒ Object
Returns the value of attribute orderStatusFilter.
25268 25269 25270 |
# File 'lib/eBay.rb', line 25268 def orderStatusFilter @orderStatusFilter end |
#pagination ⇒ Object
Returns the value of attribute pagination.
25267 25268 25269 |
# File 'lib/eBay.rb', line 25267 def pagination @pagination end |
#sort ⇒ Object
Returns the value of attribute sort.
25264 25265 25266 |
# File 'lib/eBay.rb', line 25264 def sort @sort end |
Instance Method Details
#set_any(elements) ⇒ Object
25271 25272 25273 |
# File 'lib/eBay.rb', line 25271 def set_any(elements) @__xmlele_any = elements end |