Class: EBay::SellingManagerSearchType
- Inherits:
-
Object
- Object
- EBay::SellingManagerSearchType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellingManagerSearchType
searchType - EBay::SellingManagerSearchTypeCodeType
searchValue - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#searchType ⇒ Object
Returns the value of attribute searchType.
-
#searchValue ⇒ Object
Returns the value of attribute searchValue.
Instance Method Summary collapse
-
#initialize(searchType = nil, searchValue = nil) ⇒ SellingManagerSearchType
constructor
A new instance of SellingManagerSearchType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(searchType = nil, searchValue = nil) ⇒ SellingManagerSearchType
Returns a new instance of SellingManagerSearchType.
31942 31943 31944 31945 31946 |
# File 'lib/eBay.rb', line 31942 def initialize(searchType = nil, searchValue = nil) @searchType = searchType @searchValue = searchValue @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31936 31937 31938 |
# File 'lib/eBay.rb', line 31936 def __xmlele_any @__xmlele_any end |
#searchType ⇒ Object
Returns the value of attribute searchType.
31934 31935 31936 |
# File 'lib/eBay.rb', line 31934 def searchType @searchType end |
#searchValue ⇒ Object
Returns the value of attribute searchValue.
31935 31936 31937 |
# File 'lib/eBay.rb', line 31935 def searchValue @searchValue end |
Instance Method Details
#set_any(elements) ⇒ Object
31938 31939 31940 |
# File 'lib/eBay.rb', line 31938 def set_any(elements) @__xmlele_any = elements end |