Class: EBay::NameValueRelationshipType
- Inherits:
-
Object
- Object
- EBay::NameValueRelationshipType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsNameValueRelationshipType
parentName - SOAP::SOAPString
parentValue - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#parentName ⇒ Object
Returns the value of attribute parentName.
-
#parentValue ⇒ Object
Returns the value of attribute parentValue.
Instance Method Summary collapse
-
#initialize(parentName = nil, parentValue = nil) ⇒ NameValueRelationshipType
constructor
A new instance of NameValueRelationshipType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
27841 27842 27843 |
# File 'lib/eBay.rb', line 27841 def __xmlele_any @__xmlele_any end |
#parentName ⇒ Object
Returns the value of attribute parentName.
27839 27840 27841 |
# File 'lib/eBay.rb', line 27839 def parentName @parentName end |
#parentValue ⇒ Object
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 |