Class: EBay::NameValueListType

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

Overview

urn:ebay:apis:eBLBaseComponentsNameValueListType

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NameValueListType.



27827
27828
27829
27830
27831
27832
# File 'lib/eBay.rb', line 27827

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.



27821
27822
27823
# File 'lib/eBay.rb', line 27821

def __xmlele_any
  @__xmlele_any
end

#nameObject

Returns the value of attribute name.



27818
27819
27820
# File 'lib/eBay.rb', line 27818

def name
  @name
end

#sourceObject

Returns the value of attribute source.



27820
27821
27822
# File 'lib/eBay.rb', line 27820

def source
  @source
end

#valueObject

Returns the value of attribute value.



27819
27820
27821
# File 'lib/eBay.rb', line 27819

def value
  @value
end

Instance Method Details

#set_any(elements) ⇒ Object



27823
27824
27825
# File 'lib/eBay.rb', line 27823

def set_any(elements)
  @__xmlele_any = elements
end