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



20799
20800
20801
20802
20803
20804
20805
# File 'lib/eBay.rb', line 20799

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.



20793
20794
20795
# File 'lib/eBay.rb', line 20793

def __xmlele_any
  @__xmlele_any
end

#helpURLPathObject

Returns the value of attribute helpURLPath.



20792
20793
20794
# File 'lib/eBay.rb', line 20792

def helpURLPath
  @helpURLPath
end

#listingTipMessageIDObject

Returns the value of attribute listingTipMessageID.



20789
20790
20791
# File 'lib/eBay.rb', line 20789

def listingTipMessageID
  @listingTipMessageID
end

#longMessageObject

Returns the value of attribute longMessage.



20791
20792
20793
# File 'lib/eBay.rb', line 20791

def longMessage
  @longMessage
end

#shortMessageObject

Returns the value of attribute shortMessage.



20790
20791
20792
# File 'lib/eBay.rb', line 20790

def shortMessage
  @shortMessage
end

Instance Method Details

#set_any(elements) ⇒ Object



20795
20796
20797
# File 'lib/eBay.rb', line 20795

def set_any(elements)
  @__xmlele_any = elements
end