Class: UserIdFilterType

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

Overview

urn:ebay:apis:eBLBaseComponentsUserIdFilterType

Constant Summary collapse

@@schema_type =
"UserIdFilterType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["excludeSellers", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExcludeSellers")]],
["includeSellers", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeSellers")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UserIdFilterType.



18719
18720
18721
18722
18723
# File 'lib/eBay.rb', line 18719

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.



18713
18714
18715
# File 'lib/eBay.rb', line 18713

def __xmlele_any
  @__xmlele_any
end

#excludeSellersObject

Returns the value of attribute excludeSellers.



18711
18712
18713
# File 'lib/eBay.rb', line 18711

def excludeSellers
  @excludeSellers
end

#includeSellersObject

Returns the value of attribute includeSellers.



18712
18713
18714
# File 'lib/eBay.rb', line 18712

def includeSellers
  @includeSellers
end

Instance Method Details

#set_any(elements) ⇒ Object



18715
18716
18717
# File 'lib/eBay.rb', line 18715

def set_any(elements)
  @__xmlele_any = elements
end