Class: EBay::SuggestedBidValueType

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

Overview

urn:ebay:apis:eBLBaseComponentsSuggestedBidValueType

bidValue - EBay::AmountType

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



34101
34102
34103
# File 'lib/eBay.rb', line 34101

def __xmlele_any
  @__xmlele_any
end

#bidValueObject

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