Class: 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.



23383
23384
23385
23386
23387
23388
# File 'lib/eBay.rb', line 23383

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.



23377
23378
23379
# File 'lib/eBay.rb', line 23377

def __xmlele_any
  @__xmlele_any
end

#buyItNowEnabledObject

Returns the value of attribute buyItNowEnabled.



23374
23375
23376
# File 'lib/eBay.rb', line 23374

def buyItNowEnabled
  @buyItNowEnabled
end

#pictureObject

Returns the value of attribute picture.



23375
23376
23377
# File 'lib/eBay.rb', line 23375

def picture
  @picture
end

#recentListingObject

Returns the value of attribute recentListing.



23376
23377
23378
# File 'lib/eBay.rb', line 23376

def recentListing
  @recentListing
end

Instance Method Details

#set_any(elements) ⇒ Object



23379
23380
23381
# File 'lib/eBay.rb', line 23379

def set_any(elements)
  @__xmlele_any = elements
end