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.



19148
19149
19150
19151
19152
19153
19154
19155
# File 'lib/eBay.rb', line 19148

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.



19142
19143
19144
# File 'lib/eBay.rb', line 19142

def __xmlele_any
  @__xmlele_any
end

#highEstimateObject

Returns the value of attribute highEstimate.



19140
19141
19142
# File 'lib/eBay.rb', line 19140

def highEstimate
  @highEstimate
end

#lotNumberObject

Returns the value of attribute lotNumber.



19139
19140
19141
# File 'lib/eBay.rb', line 19139

def lotNumber
  @lotNumber
end

#lowEstimateObject

Returns the value of attribute lowEstimate.



19141
19142
19143
# File 'lib/eBay.rb', line 19141

def lowEstimate
  @lowEstimate
end

#scheduleIDObject

Returns the value of attribute scheduleID.



19138
19139
19140
# File 'lib/eBay.rb', line 19138

def scheduleID
  @scheduleID
end

#userCatalogIDObject

Returns the value of attribute userCatalogID.



19137
19138
19139
# File 'lib/eBay.rb', line 19137

def userCatalogID
  @userCatalogID
end

Instance Method Details

#set_any(elements) ⇒ Object



19144
19145
19146
# File 'lib/eBay.rb', line 19144

def set_any(elements)
  @__xmlele_any = elements
end