Class: EBay::BidAssistantListType
- Inherits:
-
Object
- Object
- EBay::BidAssistantListType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBidAssistantListType
bidGroupID - SOAP::SOAPLong
includeNotes - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#bidGroupID ⇒ Object
Returns the value of attribute bidGroupID.
-
#includeNotes ⇒ Object
Returns the value of attribute includeNotes.
Instance Method Summary collapse
-
#initialize(bidGroupID = nil, includeNotes = nil) ⇒ BidAssistantListType
constructor
A new instance of BidAssistantListType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21114 21115 21116 |
# File 'lib/eBay.rb', line 21114 def __xmlele_any @__xmlele_any end |
#bidGroupID ⇒ Object
Returns the value of attribute bidGroupID.
21112 21113 21114 |
# File 'lib/eBay.rb', line 21112 def bidGroupID @bidGroupID end |
#includeNotes ⇒ Object
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 |