Class: SpellingSuggestionType

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

Overview

urn:ebay:apis:eBLBaseComponentsSpellingSuggestionType

matchingItemCount - SOAP::SOAPInt
text - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(matchingItemCount = nil, text = []) ⇒ SpellingSuggestionType

Returns a new instance of SpellingSuggestionType.



24504
24505
24506
24507
24508
# File 'lib/eBay.rb', line 24504

def initialize(matchingItemCount = nil, text = [])
  @matchingItemCount = matchingItemCount
  @text = text
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



24498
24499
24500
# File 'lib/eBay.rb', line 24498

def __xmlele_any
  @__xmlele_any
end

#matchingItemCountObject

Returns the value of attribute matchingItemCount.



24496
24497
24498
# File 'lib/eBay.rb', line 24496

def matchingItemCount
  @matchingItemCount
end

#textObject

Returns the value of attribute text.



24497
24498
24499
# File 'lib/eBay.rb', line 24497

def text
  @text
end

Instance Method Details

#set_any(elements) ⇒ Object



24500
24501
24502
# File 'lib/eBay.rb', line 24500

def set_any(elements)
  @__xmlele_any = elements
end