Class: LiveAuctionDetailsType
- Inherits:
-
Object
- Object
- LiveAuctionDetailsType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#highEstimate ⇒ Object
Returns the value of attribute highEstimate.
-
#lotNumber ⇒ Object
Returns the value of attribute lotNumber.
-
#lowEstimate ⇒ Object
Returns the value of attribute lowEstimate.
-
#scheduleID ⇒ Object
Returns the value of attribute scheduleID.
-
#userCatalogID ⇒ Object
Returns the value of attribute userCatalogID.
Instance Method Summary collapse
-
#initialize(userCatalogID = nil, scheduleID = nil, lotNumber = nil, highEstimate = nil, lowEstimate = nil) ⇒ LiveAuctionDetailsType
constructor
A new instance of LiveAuctionDetailsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19142 19143 19144 |
# File 'lib/eBay.rb', line 19142 def __xmlele_any @__xmlele_any end |
#highEstimate ⇒ Object
Returns the value of attribute highEstimate.
19140 19141 19142 |
# File 'lib/eBay.rb', line 19140 def highEstimate @highEstimate end |
#lotNumber ⇒ Object
Returns the value of attribute lotNumber.
19139 19140 19141 |
# File 'lib/eBay.rb', line 19139 def lotNumber @lotNumber end |
#lowEstimate ⇒ Object
Returns the value of attribute lowEstimate.
19141 19142 19143 |
# File 'lib/eBay.rb', line 19141 def lowEstimate @lowEstimate end |
#scheduleID ⇒ Object
Returns the value of attribute scheduleID.
19138 19139 19140 |
# File 'lib/eBay.rb', line 19138 def scheduleID @scheduleID end |
#userCatalogID ⇒ Object
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 |