Class: EBay::TransactionReferenceType
- Inherits:
-
String
- Object
- String
- EBay::TransactionReferenceType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsTransactionReferenceType
xmlattr_type - SOAP::SOAPToken
Constant Summary collapse
- AttrType =
XSD::QName.new(nil, "type")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ TransactionReferenceType
constructor
A new instance of TransactionReferenceType.
- #xmlattr_type ⇒ Object
- #xmlattr_type=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ TransactionReferenceType
Returns a new instance of TransactionReferenceType.
34514 34515 34516 34517 |
# File 'lib/eBay.rb', line 34514 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
34502 34503 34504 |
# File 'lib/eBay.rb', line 34502 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_type ⇒ Object
34506 34507 34508 |
# File 'lib/eBay.rb', line 34506 def xmlattr_type __xmlattr[AttrType] end |
#xmlattr_type=(value) ⇒ Object
34510 34511 34512 |
# File 'lib/eBay.rb', line 34510 def xmlattr_type=(value) __xmlattr[AttrType] = value end |