Class: ListingTipFieldType
- Inherits:
-
Object
- Object
- ListingTipFieldType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#currentFieldText ⇒ Object
Returns the value of attribute currentFieldText.
-
#currentFieldValue ⇒ Object
Returns the value of attribute currentFieldValue.
-
#fieldTip ⇒ Object
Returns the value of attribute fieldTip.
-
#listingTipFieldID ⇒ Object
Returns the value of attribute listingTipFieldID.
Instance Method Summary collapse
-
#initialize(listingTipFieldID = nil, fieldTip = nil, currentFieldText = nil, currentFieldValue = nil) ⇒ ListingTipFieldType
constructor
A new instance of ListingTipFieldType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(listingTipFieldID = nil, fieldTip = nil, currentFieldText = nil, currentFieldValue = nil) ⇒ ListingTipFieldType
18962 18963 18964 18965 18966 18967 18968 |
# File 'lib/eBay.rb', line 18962 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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
18956 18957 18958 |
# File 'lib/eBay.rb', line 18956 def __xmlele_any @__xmlele_any end |
#currentFieldText ⇒ Object
Returns the value of attribute currentFieldText.
18954 18955 18956 |
# File 'lib/eBay.rb', line 18954 def currentFieldText @currentFieldText end |
#currentFieldValue ⇒ Object
Returns the value of attribute currentFieldValue.
18955 18956 18957 |
# File 'lib/eBay.rb', line 18955 def currentFieldValue @currentFieldValue end |
#fieldTip ⇒ Object
Returns the value of attribute fieldTip.
18953 18954 18955 |
# File 'lib/eBay.rb', line 18953 def fieldTip @fieldTip end |
#listingTipFieldID ⇒ Object
Returns the value of attribute listingTipFieldID.
18952 18953 18954 |
# File 'lib/eBay.rb', line 18952 def listingTipFieldID @listingTipFieldID end |
Instance Method Details
#set_any(elements) ⇒ Object
18958 18959 18960 |
# File 'lib/eBay.rb', line 18958 def set_any(elements) @__xmlele_any = elements end |