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.



21188
21189
21190
21191
21192
# File 'lib/eBay.rb', line 21188

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.



21182
21183
21184
# File 'lib/eBay.rb', line 21182

def __xmlele_any
  @__xmlele_any
end

#excludeSellersObject

Returns the value of attribute excludeSellers.



21180
21181
21182
# File 'lib/eBay.rb', line 21180

def excludeSellers
  @excludeSellers
end

#includeSellersObject

Returns the value of attribute includeSellers.



21181
21182
21183
# File 'lib/eBay.rb', line 21181

def includeSellers
  @includeSellers
end

Instance Method Details

#set_any(elements) ⇒ Object



21184
21185
21186
# File 'lib/eBay.rb', line 21184

def set_any(elements)
  @__xmlele_any = elements
end