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.



14788
14789
14790
14791
14792
14793
14794
# File 'lib/eBay.rb', line 14788

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.



14782
14783
14784
# File 'lib/eBay.rb', line 14782

def __xmlele_any
  @__xmlele_any
end

#currentFieldTextObject

Returns the value of attribute currentFieldText.



14780
14781
14782
# File 'lib/eBay.rb', line 14780

def currentFieldText
  @currentFieldText
end

#currentFieldValueObject

Returns the value of attribute currentFieldValue.



14781
14782
14783
# File 'lib/eBay.rb', line 14781

def currentFieldValue
  @currentFieldValue
end

#fieldTipObject

Returns the value of attribute fieldTip.



14779
14780
14781
# File 'lib/eBay.rb', line 14779

def fieldTip
  @fieldTip
end

#listingTipFieldIDObject

Returns the value of attribute listingTipFieldID.



14778
14779
14780
# File 'lib/eBay.rb', line 14778

def listingTipFieldID
  @listingTipFieldID
end

Instance Method Details

#set_any(elements) ⇒ Object



14784
14785
14786
# File 'lib/eBay.rb', line 14784

def set_any(elements)
  @__xmlele_any = elements
end