Class: EBay::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.



21120
21121
21122
21123
21124
# File 'lib/eBay.rb', line 21120

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.



21114
21115
21116
# File 'lib/eBay.rb', line 21114

def __xmlele_any
  @__xmlele_any
end

#bidGroupIDObject

Returns the value of attribute bidGroupID.



21112
21113
21114
# File 'lib/eBay.rb', line 21112

def bidGroupID
  @bidGroupID
end

#includeNotesObject

Returns the value of attribute includeNotes.



21113
21114
21115
# File 'lib/eBay.rb', line 21113

def includeNotes
  @includeNotes
end

Instance Method Details

#set_any(elements) ⇒ Object



21116
21117
21118
# File 'lib/eBay.rb', line 21116

def set_any(elements)
  @__xmlele_any = elements
end