Class: Base64BinaryType

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

Overview

urn:ebay:apis:eBLBaseComponentsBase64BinaryType

xmlattr_contentType - SOAP::SOAPString

Constant Summary collapse

AttrContentType =
XSD::QName.new(nil, "contentType")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ Base64BinaryType

Returns a new instance of Base64BinaryType.



16824
16825
16826
16827
# File 'lib/eBay.rb', line 16824

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



16812
16813
16814
# File 'lib/eBay.rb', line 16812

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_contentTypeObject



16816
16817
16818
# File 'lib/eBay.rb', line 16816

def xmlattr_contentType
  __xmlattr[AttrContentType]
end

#xmlattr_contentType=(value) ⇒ Object



16820
16821
16822
# File 'lib/eBay.rb', line 16820

def xmlattr_contentType=(value)
  __xmlattr[AttrContentType] = value
end