Class: UserIdFilterType

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

Overview

urn:ebay:apis:eBLBaseComponentsUserIdFilterType

excludeSellers - (any)
includeSellers - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(excludeSellers = [], includeSellers = []) ⇒ UserIdFilterType

Returns a new instance of UserIdFilterType.



25433
25434
25435
25436
25437
# File 'lib/eBay.rb', line 25433

def initialize(excludeSellers = [], includeSellers = [])
  @excludeSellers = excludeSellers
  @includeSellers = includeSellers
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25427
25428
25429
# File 'lib/eBay.rb', line 25427

def __xmlele_any
  @__xmlele_any
end

#excludeSellersObject

Returns the value of attribute excludeSellers.



25425
25426
25427
# File 'lib/eBay.rb', line 25425

def excludeSellers
  @excludeSellers
end

#includeSellersObject

Returns the value of attribute includeSellers.



25426
25427
25428
# File 'lib/eBay.rb', line 25426

def includeSellers
  @includeSellers
end

Instance Method Details

#set_any(elements) ⇒ Object



25429
25430
25431
# File 'lib/eBay.rb', line 25429

def set_any(elements)
  @__xmlele_any = elements
end