Class: BidAssistantListType

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

Overview

urn:ebay:apis:eBLBaseComponentsBidAssistantListType

bidGroupID - SOAP::SOAPLong
includeNotes - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bidGroupID = nil, includeNotes = nil) ⇒ BidAssistantListType

Returns a new instance of BidAssistantListType.



17046
17047
17048
17049
17050
# File 'lib/eBay.rb', line 17046

def initialize(bidGroupID = nil, includeNotes = nil)
  @bidGroupID = bidGroupID
  @includeNotes = includeNotes
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17040
17041
17042
# File 'lib/eBay.rb', line 17040

def __xmlele_any
  @__xmlele_any
end

#bidGroupIDObject

Returns the value of attribute bidGroupID.



17038
17039
17040
# File 'lib/eBay.rb', line 17038

def bidGroupID
  @bidGroupID
end

#includeNotesObject

Returns the value of attribute includeNotes.



17039
17040
17041
# File 'lib/eBay.rb', line 17039

def includeNotes
  @includeNotes
end

Instance Method Details

#set_any(elements) ⇒ Object



17042
17043
17044
# File 'lib/eBay.rb', line 17042

def set_any(elements)
  @__xmlele_any = elements
end