Class: ItemListCustomizationType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsItemListCustomizationType

include - SOAP::SOAPBoolean
listingType - ListingTypeCodeType
sort - ItemSortTypeCodeType
durationInDays - SOAP::SOAPInt
includeNotes - SOAP::SOAPBoolean
pagination - PaginationType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(include = nil, listingType = nil, sort = nil, durationInDays = nil, includeNotes = nil, pagination = nil) ⇒ ItemListCustomizationType

Returns a new instance of ItemListCustomizationType.



20007
20008
20009
20010
20011
20012
20013
20014
20015
# File 'lib/eBay.rb', line 20007

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20001
20002
20003
# File 'lib/eBay.rb', line 20001

def __xmlele_any
  @__xmlele_any
end

#durationInDaysObject

Returns the value of attribute durationInDays.



19998
19999
20000
# File 'lib/eBay.rb', line 19998

def durationInDays
  @durationInDays
end

#includeObject

Returns the value of attribute include.



19995
19996
19997
# File 'lib/eBay.rb', line 19995

def include
  @include
end

#includeNotesObject

Returns the value of attribute includeNotes.



19999
20000
20001
# File 'lib/eBay.rb', line 19999

def includeNotes
  @includeNotes
end

#listingTypeObject

Returns the value of attribute listingType.



19996
19997
19998
# File 'lib/eBay.rb', line 19996

def listingType
  @listingType
end

#paginationObject

Returns the value of attribute pagination.



20000
20001
20002
# File 'lib/eBay.rb', line 20000

def pagination
  @pagination
end

#sortObject

Returns the value of attribute sort.



19997
19998
19999
# File 'lib/eBay.rb', line 19997

def sort
  @sort
end

Instance Method Details

#set_any(elements) ⇒ Object



20003
20004
20005
# File 'lib/eBay.rb', line 20003

def set_any(elements)
  @__xmlele_any = elements
end