Class: EBay::SuggestedBidValueType
- Inherits:
-
Object
- Object
- EBay::SuggestedBidValueType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSuggestedBidValueType
bidValue - EBay::AmountType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#bidValue ⇒ Object
Returns the value of attribute bidValue.
Instance Method Summary collapse
-
#initialize(bidValue = []) ⇒ SuggestedBidValueType
constructor
A new instance of SuggestedBidValueType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(bidValue = []) ⇒ SuggestedBidValueType
Returns a new instance of SuggestedBidValueType.
34107 34108 34109 34110 |
# File 'lib/eBay.rb', line 34107 def initialize(bidValue = []) @bidValue = bidValue @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34101 34102 34103 |
# File 'lib/eBay.rb', line 34101 def __xmlele_any @__xmlele_any end |
#bidValue ⇒ Object
Returns the value of attribute bidValue.
34100 34101 34102 |
# File 'lib/eBay.rb', line 34100 def bidValue @bidValue end |
Instance Method Details
#set_any(elements) ⇒ Object
34103 34104 34105 |
# File 'lib/eBay.rb', line 34103 def set_any(elements) @__xmlele_any = elements end |