Class: EBay::SearchDetailsType
- Inherits:
-
Object
- Object
- EBay::SearchDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSearchDetailsType
buyItNowEnabled - SOAP::SOAPBoolean
picture - SOAP::SOAPBoolean
recentListing - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#buyItNowEnabled ⇒ Object
Returns the value of attribute buyItNowEnabled.
-
#picture ⇒ Object
Returns the value of attribute picture.
-
#recentListing ⇒ Object
Returns the value of attribute recentListing.
Instance Method Summary collapse
-
#initialize(buyItNowEnabled = nil, picture = nil, recentListing = nil) ⇒ SearchDetailsType
constructor
A new instance of SearchDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(buyItNowEnabled = nil, picture = nil, recentListing = nil) ⇒ SearchDetailsType
Returns a new instance of SearchDetailsType.
30893 30894 30895 30896 30897 30898 |
# File 'lib/eBay.rb', line 30893 def initialize(buyItNowEnabled = nil, picture = nil, recentListing = nil) @buyItNowEnabled = buyItNowEnabled @picture = picture @recentListing = recentListing @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30887 30888 30889 |
# File 'lib/eBay.rb', line 30887 def __xmlele_any @__xmlele_any end |
#buyItNowEnabled ⇒ Object
Returns the value of attribute buyItNowEnabled.
30884 30885 30886 |
# File 'lib/eBay.rb', line 30884 def buyItNowEnabled @buyItNowEnabled end |
#picture ⇒ Object
Returns the value of attribute picture.
30885 30886 30887 |
# File 'lib/eBay.rb', line 30885 def picture @picture end |
#recentListing ⇒ Object
Returns the value of attribute recentListing.
30886 30887 30888 |
# File 'lib/eBay.rb', line 30886 def recentListing @recentListing end |
Instance Method Details
#set_any(elements) ⇒ Object
30889 30890 30891 |
# File 'lib/eBay.rb', line 30889 def set_any(elements) @__xmlele_any = elements end |