Class: EBay::BidGroupType
- Inherits:
-
Object
- Object
- EBay::BidGroupType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBidGroupType
bidGroupItem - EBay::BidGroupItemType
bidGroupID - SOAP::SOAPLong
bidGroupName - SOAP::SOAPString
bidGroupStatus - EBay::BidGroupStatusCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#bidGroupID ⇒ Object
Returns the value of attribute bidGroupID.
-
#bidGroupItem ⇒ Object
Returns the value of attribute bidGroupItem.
-
#bidGroupName ⇒ Object
Returns the value of attribute bidGroupName.
-
#bidGroupStatus ⇒ Object
Returns the value of attribute bidGroupStatus.
Instance Method Summary collapse
-
#initialize(bidGroupItem = [], bidGroupID = nil, bidGroupName = nil, bidGroupStatus = nil) ⇒ BidGroupType
constructor
A new instance of BidGroupType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(bidGroupItem = [], bidGroupID = nil, bidGroupName = nil, bidGroupStatus = nil) ⇒ BidGroupType
Returns a new instance of BidGroupType.
21169 21170 21171 21172 21173 21174 21175 |
# File 'lib/eBay.rb', line 21169 def initialize(bidGroupItem = [], bidGroupID = nil, bidGroupName = nil, bidGroupStatus = nil) @bidGroupItem = bidGroupItem @bidGroupID = bidGroupID @bidGroupName = bidGroupName @bidGroupStatus = bidGroupStatus @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21163 21164 21165 |
# File 'lib/eBay.rb', line 21163 def __xmlele_any @__xmlele_any end |
#bidGroupID ⇒ Object
Returns the value of attribute bidGroupID.
21160 21161 21162 |
# File 'lib/eBay.rb', line 21160 def bidGroupID @bidGroupID end |
#bidGroupItem ⇒ Object
Returns the value of attribute bidGroupItem.
21159 21160 21161 |
# File 'lib/eBay.rb', line 21159 def bidGroupItem @bidGroupItem end |
#bidGroupName ⇒ Object
Returns the value of attribute bidGroupName.
21161 21162 21163 |
# File 'lib/eBay.rb', line 21161 def bidGroupName @bidGroupName end |
#bidGroupStatus ⇒ Object
Returns the value of attribute bidGroupStatus.
21162 21163 21164 |
# File 'lib/eBay.rb', line 21162 def bidGroupStatus @bidGroupStatus end |
Instance Method Details
#set_any(elements) ⇒ Object
21165 21166 21167 |
# File 'lib/eBay.rb', line 21165 def set_any(elements) @__xmlele_any = elements end |