Class: EBay::SearchDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsSearchDetailsType

buyItNowEnabled - SOAP::SOAPBoolean
picture - SOAP::SOAPBoolean
recentListing - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



30887
30888
30889
# File 'lib/eBay.rb', line 30887

def __xmlele_any
  @__xmlele_any
end

#buyItNowEnabledObject

Returns the value of attribute buyItNowEnabled.



30884
30885
30886
# File 'lib/eBay.rb', line 30884

def buyItNowEnabled
  @buyItNowEnabled
end

#pictureObject

Returns the value of attribute picture.



30885
30886
30887
# File 'lib/eBay.rb', line 30885

def picture
  @picture
end

#recentListingObject

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