Class: ItemListCustomizationType
- Inherits:
-
Object
- Object
- ItemListCustomizationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsItemListCustomizationType
Constant Summary collapse
- @@schema_type =
"ItemListCustomizationType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["include", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Include")]], ["listingType", ["ListingTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ListingType")]], ["sort", ["ItemSortTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Sort")]], ["durationInDays", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DurationInDays")]], ["includeNotes", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeNotes")]], ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]], ["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.
-
#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.
-
#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) ⇒ 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) ⇒ ItemListCustomizationType
18250 18251 18252 18253 18254 18255 18256 18257 18258 |
# File 'lib/eBay.rb', line 18250 def initialize(include = nil, listingType = nil, sort = nil, durationInDays = nil, includeNotes = nil, pagination = nil) @include = include @listingType = listingType @sort = sort @durationInDays = durationInDays @includeNotes = includeNotes @pagination = pagination @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
18244 18245 18246 |
# File 'lib/eBay.rb', line 18244 def __xmlele_any @__xmlele_any end |
#durationInDays ⇒ Object
Returns the value of attribute durationInDays.
18241 18242 18243 |
# File 'lib/eBay.rb', line 18241 def durationInDays @durationInDays end |
#include ⇒ Object
Returns the value of attribute include.
18238 18239 18240 |
# File 'lib/eBay.rb', line 18238 def include @include end |
#includeNotes ⇒ Object
Returns the value of attribute includeNotes.
18242 18243 18244 |
# File 'lib/eBay.rb', line 18242 def includeNotes @includeNotes end |
#listingType ⇒ Object
Returns the value of attribute listingType.
18239 18240 18241 |
# File 'lib/eBay.rb', line 18239 def listingType @listingType end |
#pagination ⇒ Object
Returns the value of attribute pagination.
18243 18244 18245 |
# File 'lib/eBay.rb', line 18243 def pagination @pagination end |
#sort ⇒ Object
Returns the value of attribute sort.
18240 18241 18242 |
# File 'lib/eBay.rb', line 18240 def sort @sort end |
Instance Method Details
#set_any(elements) ⇒ Object
18246 18247 18248 |
# File 'lib/eBay.rb', line 18246 def set_any(elements) @__xmlele_any = elements end |