Class: EBay::TransactionReferenceType

Inherits:
String
  • Object
show all
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

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

#__xmlattrObject



34502
34503
34504
# File 'lib/eBay.rb', line 34502

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_typeObject



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