Class: ListingTipType

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

Overview

urn:ebay:apis:eBLBaseComponentsListingTipType

Constant Summary collapse

@@schema_type =
"ListingTipType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["listingTipID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ListingTipID")]],
["priority", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Priority")]],
["message", ["ListingTipMessageType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
["field", ["ListingTipFieldType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Field")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(listingTipID = nil, priority = nil, message = nil, field = nil) ⇒ ListingTipType

Returns a new instance of ListingTipType.



14848
14849
14850
14851
14852
14853
14854
# File 'lib/eBay.rb', line 14848

def initialize(listingTipID = nil, priority = nil, message = nil, field = nil)
  @listingTipID = listingTipID
  @priority = priority
  @message = message
  @field = field
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14842
14843
14844
# File 'lib/eBay.rb', line 14842

def __xmlele_any
  @__xmlele_any
end

#fieldObject

Returns the value of attribute field.



14841
14842
14843
# File 'lib/eBay.rb', line 14841

def field
  @field
end

#listingTipIDObject

Returns the value of attribute listingTipID.



14838
14839
14840
# File 'lib/eBay.rb', line 14838

def listingTipID
  @listingTipID
end

#messageObject

Returns the value of attribute message.



14840
14841
14842
# File 'lib/eBay.rb', line 14840

def message
  @message
end

#priorityObject

Returns the value of attribute priority.



14839
14840
14841
# File 'lib/eBay.rb', line 14839

def priority
  @priority
end

Instance Method Details

#set_any(elements) ⇒ Object



14844
14845
14846
# File 'lib/eBay.rb', line 14844

def set_any(elements)
  @__xmlele_any = elements
end