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
Returns a new instance of ItemListCustomizationType.
14218 14219 14220 14221 14222 14223 14224 14225 14226 |
# File 'lib/eBay.rb', line 14218 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.
14212 14213 14214 |
# File 'lib/eBay.rb', line 14212 def __xmlele_any @__xmlele_any end |
#durationInDays ⇒ Object
Returns the value of attribute durationInDays.
14209 14210 14211 |
# File 'lib/eBay.rb', line 14209 def durationInDays @durationInDays end |
#include ⇒ Object
Returns the value of attribute include.
14206 14207 14208 |
# File 'lib/eBay.rb', line 14206 def include @include end |
#includeNotes ⇒ Object
Returns the value of attribute includeNotes.
14210 14211 14212 |
# File 'lib/eBay.rb', line 14210 def includeNotes @includeNotes end |
#listingType ⇒ Object
Returns the value of attribute listingType.
14207 14208 14209 |
# File 'lib/eBay.rb', line 14207 def listingType @listingType end |
#pagination ⇒ Object
Returns the value of attribute pagination.
14211 14212 14213 |
# File 'lib/eBay.rb', line 14211 def pagination @pagination end |
#sort ⇒ Object
Returns the value of attribute sort.
14208 14209 14210 |
# File 'lib/eBay.rb', line 14208 def sort @sort end |
Instance Method Details
#set_any(elements) ⇒ Object
14214 14215 14216 |
# File 'lib/eBay.rb', line 14214 def set_any(elements) @__xmlele_any = elements end |