Class: MyeBaySelectionType

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

Overview

urn:ebay:apis:eBLBaseComponentsMyeBaySelectionType

include - SOAP::SOAPBoolean
sort - SortOrderCodeType
maxResults - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(include = nil, sort = nil, maxResults = nil) ⇒ MyeBaySelectionType

Returns a new instance of MyeBaySelectionType.



21595
21596
21597
21598
21599
21600
# File 'lib/eBay.rb', line 21595

def initialize(include = nil, sort = nil, maxResults = nil)
  @include = include
  @sort = sort
  @maxResults = maxResults
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21589
21590
21591
# File 'lib/eBay.rb', line 21589

def __xmlele_any
  @__xmlele_any
end

#includeObject

Returns the value of attribute include.



21586
21587
21588
# File 'lib/eBay.rb', line 21586

def include
  @include
end

#maxResultsObject

Returns the value of attribute maxResults.



21588
21589
21590
# File 'lib/eBay.rb', line 21588

def maxResults
  @maxResults
end

#sortObject

Returns the value of attribute sort.



21587
21588
21589
# File 'lib/eBay.rb', line 21587

def sort
  @sort
end

Instance Method Details

#set_any(elements) ⇒ Object



21591
21592
21593
# File 'lib/eBay.rb', line 21591

def set_any(elements)
  @__xmlele_any = elements
end