Class: EBay::ListingTipType

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

Overview

urn:ebay:apis:eBLBaseComponentsListingTipType

listingTipID - SOAP::SOAPString
priority - SOAP::SOAPInt
message - EBay::ListingTipMessageType
field - EBay::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.



26387
26388
26389
26390
26391
26392
26393
# File 'lib/eBay.rb', line 26387

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.



26381
26382
26383
# File 'lib/eBay.rb', line 26381

def __xmlele_any
  @__xmlele_any
end

#fieldObject

Returns the value of attribute field.



26380
26381
26382
# File 'lib/eBay.rb', line 26380

def field
  @field
end

#listingTipIDObject

Returns the value of attribute listingTipID.



26377
26378
26379
# File 'lib/eBay.rb', line 26377

def listingTipID
  @listingTipID
end

#messageObject

Returns the value of attribute message.



26379
26380
26381
# File 'lib/eBay.rb', line 26379

def message
  @message
end

#priorityObject

Returns the value of attribute priority.



26378
26379
26380
# File 'lib/eBay.rb', line 26378

def priority
  @priority
end

Instance Method Details

#set_any(elements) ⇒ Object



26383
26384
26385
# File 'lib/eBay.rb', line 26383

def set_any(elements)
  @__xmlele_any = elements
end