Class: EBay::NameValueRelationshipType

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

Overview

urn:ebay:apis:eBLBaseComponentsNameValueRelationshipType

parentName - SOAP::SOAPString
parentValue - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(parentName = nil, parentValue = nil) ⇒ NameValueRelationshipType

Returns a new instance of NameValueRelationshipType.



27847
27848
27849
27850
27851
# File 'lib/eBay.rb', line 27847

def initialize(parentName = nil, parentValue = nil)
  @parentName = parentName
  @parentValue = parentValue
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



27841
27842
27843
# File 'lib/eBay.rb', line 27841

def __xmlele_any
  @__xmlele_any
end

#parentNameObject

Returns the value of attribute parentName.



27839
27840
27841
# File 'lib/eBay.rb', line 27839

def parentName
  @parentName
end

#parentValueObject

Returns the value of attribute parentValue.



27840
27841
27842
# File 'lib/eBay.rb', line 27840

def parentValue
  @parentValue
end

Instance Method Details

#set_any(elements) ⇒ Object



27843
27844
27845
# File 'lib/eBay.rb', line 27843

def set_any(elements)
  @__xmlele_any = elements
end