Class: ListingTipFieldType

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

Overview

urn:ebay:apis:eBLBaseComponentsListingTipFieldType

listingTipFieldID - SOAP::SOAPString
fieldTip - SOAP::SOAPString
currentFieldText - SOAP::SOAPString
currentFieldValue - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(listingTipFieldID = nil, fieldTip = nil, currentFieldText = nil, currentFieldValue = nil) ⇒ ListingTipFieldType

Returns a new instance of ListingTipFieldType.



20774
20775
20776
20777
20778
20779
20780
# File 'lib/eBay.rb', line 20774

def initialize(listingTipFieldID = nil, fieldTip = nil, currentFieldText = nil, currentFieldValue = nil)
  @listingTipFieldID = listingTipFieldID
  @fieldTip = fieldTip
  @currentFieldText = currentFieldText
  @currentFieldValue = currentFieldValue
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20768
20769
20770
# File 'lib/eBay.rb', line 20768

def __xmlele_any
  @__xmlele_any
end

#currentFieldTextObject

Returns the value of attribute currentFieldText.



20766
20767
20768
# File 'lib/eBay.rb', line 20766

def currentFieldText
  @currentFieldText
end

#currentFieldValueObject

Returns the value of attribute currentFieldValue.



20767
20768
20769
# File 'lib/eBay.rb', line 20767

def currentFieldValue
  @currentFieldValue
end

#fieldTipObject

Returns the value of attribute fieldTip.



20765
20766
20767
# File 'lib/eBay.rb', line 20765

def fieldTip
  @fieldTip
end

#listingTipFieldIDObject

Returns the value of attribute listingTipFieldID.



20764
20765
20766
# File 'lib/eBay.rb', line 20764

def listingTipFieldID
  @listingTipFieldID
end

Instance Method Details

#set_any(elements) ⇒ Object



20770
20771
20772
# File 'lib/eBay.rb', line 20770

def set_any(elements)
  @__xmlele_any = elements
end