Class: LiveAuctionDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsLiveAuctionDetailsType

userCatalogID - SOAP::SOAPInt
scheduleID - SOAP::SOAPInt
lotNumber - SOAP::SOAPString
highEstimate - AmountType
lowEstimate - AmountType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(userCatalogID = nil, scheduleID = nil, lotNumber = nil, highEstimate = nil, lowEstimate = nil) ⇒ LiveAuctionDetailsType

Returns a new instance of LiveAuctionDetailsType.



20919
20920
20921
20922
20923
20924
20925
20926
# File 'lib/eBay.rb', line 20919

def initialize(userCatalogID = nil, scheduleID = nil, lotNumber = nil, highEstimate = nil, lowEstimate = nil)
  @userCatalogID = userCatalogID
  @scheduleID = scheduleID
  @lotNumber = lotNumber
  @highEstimate = highEstimate
  @lowEstimate = lowEstimate
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20913
20914
20915
# File 'lib/eBay.rb', line 20913

def __xmlele_any
  @__xmlele_any
end

#highEstimateObject

Returns the value of attribute highEstimate.



20911
20912
20913
# File 'lib/eBay.rb', line 20911

def highEstimate
  @highEstimate
end

#lotNumberObject

Returns the value of attribute lotNumber.



20910
20911
20912
# File 'lib/eBay.rb', line 20910

def lotNumber
  @lotNumber
end

#lowEstimateObject

Returns the value of attribute lowEstimate.



20912
20913
20914
# File 'lib/eBay.rb', line 20912

def lowEstimate
  @lowEstimate
end

#scheduleIDObject

Returns the value of attribute scheduleID.



20909
20910
20911
# File 'lib/eBay.rb', line 20909

def scheduleID
  @scheduleID
end

#userCatalogIDObject

Returns the value of attribute userCatalogID.



20908
20909
20910
# File 'lib/eBay.rb', line 20908

def userCatalogID
  @userCatalogID
end

Instance Method Details

#set_any(elements) ⇒ Object



20915
20916
20917
# File 'lib/eBay.rb', line 20915

def set_any(elements)
  @__xmlele_any = elements
end