Class: LiveAuctionDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsLiveAuctionDetailsType

Constant Summary collapse

@@schema_type =
"LiveAuctionDetailsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["userCatalogID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UserCatalogID")]],
["scheduleID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ScheduleID")]],
["lotNumber", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LotNumber")]],
["highEstimate", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HighEstimate")]],
["lowEstimate", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LowEstimate")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

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.



14907
14908
14909
14910
14911
14912
14913
14914
# File 'lib/eBay.rb', line 14907

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.



14901
14902
14903
# File 'lib/eBay.rb', line 14901

def __xmlele_any
  @__xmlele_any
end

#highEstimateObject

Returns the value of attribute highEstimate.



14899
14900
14901
# File 'lib/eBay.rb', line 14899

def highEstimate
  @highEstimate
end

#lotNumberObject

Returns the value of attribute lotNumber.



14898
14899
14900
# File 'lib/eBay.rb', line 14898

def lotNumber
  @lotNumber
end

#lowEstimateObject

Returns the value of attribute lowEstimate.



14900
14901
14902
# File 'lib/eBay.rb', line 14900

def lowEstimate
  @lowEstimate
end

#scheduleIDObject

Returns the value of attribute scheduleID.



14897
14898
14899
# File 'lib/eBay.rb', line 14897

def scheduleID
  @scheduleID
end

#userCatalogIDObject

Returns the value of attribute userCatalogID.



14896
14897
14898
# File 'lib/eBay.rb', line 14896

def userCatalogID
  @userCatalogID
end

Instance Method Details

#set_any(elements) ⇒ Object



14903
14904
14905
# File 'lib/eBay.rb', line 14903

def set_any(elements)
  @__xmlele_any = elements
end