Class: ListingTipMessageType
- Inherits:
-
Object
- Object
- ListingTipMessageType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsListingTipMessageType
Constant Summary collapse
- @@schema_type =
"ListingTipMessageType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["listingTipMessageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ListingTipMessageID")]], ["shortMessage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShortMessage")]], ["longMessage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LongMessage")]], ["helpURLPath", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HelpURLPath")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#helpURLPath ⇒ Object
Returns the value of attribute helpURLPath.
-
#listingTipMessageID ⇒ Object
Returns the value of attribute listingTipMessageID.
-
#longMessage ⇒ Object
Returns the value of attribute longMessage.
-
#shortMessage ⇒ Object
Returns the value of attribute shortMessage.
Instance Method Summary collapse
-
#initialize(listingTipMessageID = nil, shortMessage = nil, longMessage = nil, helpURLPath = nil) ⇒ ListingTipMessageType
constructor
A new instance of ListingTipMessageType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(listingTipMessageID = nil, shortMessage = nil, longMessage = nil, helpURLPath = nil) ⇒ ListingTipMessageType
Returns a new instance of ListingTipMessageType.
18993 18994 18995 18996 18997 18998 18999 |
# File 'lib/eBay.rb', line 18993 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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
18987 18988 18989 |
# File 'lib/eBay.rb', line 18987 def __xmlele_any @__xmlele_any end |
#helpURLPath ⇒ Object
Returns the value of attribute helpURLPath.
18986 18987 18988 |
# File 'lib/eBay.rb', line 18986 def helpURLPath @helpURLPath end |
#listingTipMessageID ⇒ Object
Returns the value of attribute listingTipMessageID.
18983 18984 18985 |
# File 'lib/eBay.rb', line 18983 def listingTipMessageID @listingTipMessageID end |
#longMessage ⇒ Object
Returns the value of attribute longMessage.
18985 18986 18987 |
# File 'lib/eBay.rb', line 18985 def longMessage @longMessage end |
#shortMessage ⇒ Object
Returns the value of attribute shortMessage.
18984 18985 18986 |
# File 'lib/eBay.rb', line 18984 def shortMessage @shortMessage end |
Instance Method Details
#set_any(elements) ⇒ Object
18989 18990 18991 |
# File 'lib/eBay.rb', line 18989 def set_any(elements) @__xmlele_any = elements end |