Class: NameValueListType

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

Overview

urn:ebay:apis:eBLBaseComponentsNameValueListType

name - SOAP::SOAPString
value - SOAP::SOAPString
source - ItemSpecificSourceCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = [], source = nil) ⇒ NameValueListType

Returns a new instance of NameValueListType.



21667
21668
21669
21670
21671
21672
# File 'lib/eBay.rb', line 21667

def initialize(name = nil, value = [], source = nil)
  @name = name
  @value = value
  @source = source
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21661
21662
21663
# File 'lib/eBay.rb', line 21661

def __xmlele_any
  @__xmlele_any
end

#nameObject

Returns the value of attribute name.



21658
21659
21660
# File 'lib/eBay.rb', line 21658

def name
  @name
end

#sourceObject

Returns the value of attribute source.



21660
21661
21662
# File 'lib/eBay.rb', line 21660

def source
  @source
end

#valueObject

Returns the value of attribute value.



21659
21660
21661
# File 'lib/eBay.rb', line 21659

def value
  @value
end

Instance Method Details

#set_any(elements) ⇒ Object



21663
21664
21665
# File 'lib/eBay.rb', line 21663

def set_any(elements)
  @__xmlele_any = elements
end