Class: ListingTipFieldType

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

Overview

urn:ebay:apis:eBLBaseComponentsListingTipFieldType

Constant Summary collapse

@@schema_type =
"ListingTipFieldType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["listingTipFieldID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ListingTipFieldID")]],
  ["fieldTip", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FieldTip")]],
  ["currentFieldText", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CurrentFieldText")]],
  ["currentFieldValue", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CurrentFieldValue")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

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.



16699
16700
16701
16702
16703
16704
16705
# File 'lib/eBay.rb', line 16699

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.



16693
16694
16695
# File 'lib/eBay.rb', line 16693

def __xmlele_any
  @__xmlele_any
end

#currentFieldTextObject

Returns the value of attribute currentFieldText.



16691
16692
16693
# File 'lib/eBay.rb', line 16691

def currentFieldText
  @currentFieldText
end

#currentFieldValueObject

Returns the value of attribute currentFieldValue.



16692
16693
16694
# File 'lib/eBay.rb', line 16692

def currentFieldValue
  @currentFieldValue
end

#fieldTipObject

Returns the value of attribute fieldTip.



16690
16691
16692
# File 'lib/eBay.rb', line 16690

def fieldTip
  @fieldTip
end

#listingTipFieldIDObject

Returns the value of attribute listingTipFieldID.



16689
16690
16691
# File 'lib/eBay.rb', line 16689

def listingTipFieldID
  @listingTipFieldID
end

Instance Method Details

#set_any(elements) ⇒ Object



16695
16696
16697
# File 'lib/eBay.rb', line 16695

def set_any(elements)
  @__xmlele_any = elements
end