Class: EBay::ListingTipMessageType

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

Overview

urn:ebay:apis:eBLBaseComponentsListingTipMessageType

listingTipMessageID - SOAP::SOAPString
shortMessage - SOAP::SOAPString
longMessage - SOAP::SOAPString
helpURLPath - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(listingTipMessageID = nil, shortMessage = nil, longMessage = nil, helpURLPath = nil) ⇒ ListingTipMessageType

Returns a new instance of ListingTipMessageType.



26362
26363
26364
26365
26366
26367
26368
# File 'lib/eBay.rb', line 26362

def initialize(listingTipMessageID = nil, shortMessage = nil, longMessage = nil, helpURLPath = nil)
  @listingTipMessageID = listingTipMessageID
  @shortMessage = shortMessage
  @longMessage = longMessage
  @helpURLPath = helpURLPath
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



26356
26357
26358
# File 'lib/eBay.rb', line 26356

def __xmlele_any
  @__xmlele_any
end

#helpURLPathObject

Returns the value of attribute helpURLPath.



26355
26356
26357
# File 'lib/eBay.rb', line 26355

def helpURLPath
  @helpURLPath
end

#listingTipMessageIDObject

Returns the value of attribute listingTipMessageID.



26352
26353
26354
# File 'lib/eBay.rb', line 26352

def listingTipMessageID
  @listingTipMessageID
end

#longMessageObject

Returns the value of attribute longMessage.



26354
26355
26356
# File 'lib/eBay.rb', line 26354

def longMessage
  @longMessage
end

#shortMessageObject

Returns the value of attribute shortMessage.



26353
26354
26355
# File 'lib/eBay.rb', line 26353

def shortMessage
  @shortMessage
end

Instance Method Details

#set_any(elements) ⇒ Object



26358
26359
26360
# File 'lib/eBay.rb', line 26358

def set_any(elements)
  @__xmlele_any = elements
end