Class: EBay::ListingTipType
- Inherits:
-
Object
- Object
- EBay::ListingTipType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsListingTipType
listingTipID - SOAP::SOAPString
priority - SOAP::SOAPInt
- EBay::ListingTipMessageType
field - EBay::ListingTipFieldType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#field ⇒ Object
Returns the value of attribute field.
-
#listingTipID ⇒ Object
Returns the value of attribute listingTipID.
-
#message ⇒ Object
Returns the value of attribute message.
-
#priority ⇒ Object
Returns the value of attribute priority.
Instance Method Summary collapse
-
#initialize(listingTipID = nil, priority = nil, message = nil, field = nil) ⇒ ListingTipType
constructor
A new instance of ListingTipType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(listingTipID = nil, priority = nil, message = nil, field = nil) ⇒ ListingTipType
Returns a new instance of ListingTipType.
26387 26388 26389 26390 26391 26392 26393 |
# File 'lib/eBay.rb', line 26387 def initialize(listingTipID = nil, priority = nil, = nil, field = nil) @listingTipID = listingTipID @priority = priority @message = @field = field @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26381 26382 26383 |
# File 'lib/eBay.rb', line 26381 def __xmlele_any @__xmlele_any end |
#field ⇒ Object
Returns the value of attribute field.
26380 26381 26382 |
# File 'lib/eBay.rb', line 26380 def field @field end |
#listingTipID ⇒ Object
Returns the value of attribute listingTipID.
26377 26378 26379 |
# File 'lib/eBay.rb', line 26377 def listingTipID @listingTipID end |
#message ⇒ Object
Returns the value of attribute message.
26379 26380 26381 |
# File 'lib/eBay.rb', line 26379 def @message end |
#priority ⇒ Object
Returns the value of attribute priority.
26378 26379 26380 |
# File 'lib/eBay.rb', line 26378 def priority @priority end |
Instance Method Details
#set_any(elements) ⇒ Object
26383 26384 26385 |
# File 'lib/eBay.rb', line 26383 def set_any(elements) @__xmlele_any = elements end |