Class: EBay::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.



26337
26338
26339
26340
26341
26342
26343
# File 'lib/eBay.rb', line 26337

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.



26331
26332
26333
# File 'lib/eBay.rb', line 26331

def __xmlele_any
  @__xmlele_any
end

#currentFieldTextObject

Returns the value of attribute currentFieldText.



26329
26330
26331
# File 'lib/eBay.rb', line 26329

def currentFieldText
  @currentFieldText
end

#currentFieldValueObject

Returns the value of attribute currentFieldValue.



26330
26331
26332
# File 'lib/eBay.rb', line 26330

def currentFieldValue
  @currentFieldValue
end

#fieldTipObject

Returns the value of attribute fieldTip.



26328
26329
26330
# File 'lib/eBay.rb', line 26328

def fieldTip
  @fieldTip
end

#listingTipFieldIDObject

Returns the value of attribute listingTipFieldID.



26327
26328
26329
# File 'lib/eBay.rb', line 26327

def listingTipFieldID
  @listingTipFieldID
end

Instance Method Details

#set_any(elements) ⇒ Object



26333
26334
26335
# File 'lib/eBay.rb', line 26333

def set_any(elements)
  @__xmlele_any = elements
end