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.



16885
16886
16887
16888
16889
16890
16891
16892
# File 'lib/eBay.rb', line 16885

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.



16879
16880
16881
# File 'lib/eBay.rb', line 16879

def __xmlele_any
  @__xmlele_any
end

#highEstimateObject

Returns the value of attribute highEstimate.



16877
16878
16879
# File 'lib/eBay.rb', line 16877

def highEstimate
  @highEstimate
end

#lotNumberObject

Returns the value of attribute lotNumber.



16876
16877
16878
# File 'lib/eBay.rb', line 16876

def lotNumber
  @lotNumber
end

#lowEstimateObject

Returns the value of attribute lowEstimate.



16878
16879
16880
# File 'lib/eBay.rb', line 16878

def lowEstimate
  @lowEstimate
end

#scheduleIDObject

Returns the value of attribute scheduleID.



16875
16876
16877
# File 'lib/eBay.rb', line 16875

def scheduleID
  @scheduleID
end

#userCatalogIDObject

Returns the value of attribute userCatalogID.



16874
16875
16876
# File 'lib/eBay.rb', line 16874

def userCatalogID
  @userCatalogID
end

Instance Method Details

#set_any(elements) ⇒ Object



16881
16882
16883
# File 'lib/eBay.rb', line 16881

def set_any(elements)
  @__xmlele_any = elements
end