Class: ListingTipType

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

Overview

urn:ebay:apis:eBLBaseComponentsListingTipType

listingTipID - SOAP::SOAPString
priority - SOAP::SOAPInt
message - ListingTipMessageType
field - ListingTipFieldType

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.



20824
20825
20826
20827
20828
20829
20830
# File 'lib/eBay.rb', line 20824

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.



20818
20819
20820
# File 'lib/eBay.rb', line 20818

def __xmlele_any
  @__xmlele_any
end

#fieldObject

Returns the value of attribute field.



20817
20818
20819
# File 'lib/eBay.rb', line 20817

def field
  @field
end

#listingTipIDObject

Returns the value of attribute listingTipID.



20814
20815
20816
# File 'lib/eBay.rb', line 20814

def listingTipID
  @listingTipID
end

#messageObject

Returns the value of attribute message.



20816
20817
20818
# File 'lib/eBay.rb', line 20816

def message
  @message
end

#priorityObject

Returns the value of attribute priority.



20815
20816
20817
# File 'lib/eBay.rb', line 20815

def priority
  @priority
end

Instance Method Details

#set_any(elements) ⇒ Object



20820
20821
20822
# File 'lib/eBay.rb', line 20820

def set_any(elements)
  @__xmlele_any = elements
end