Class: EBay::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.



20892
20893
20894
20895
# File 'lib/eBay.rb', line 20892

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

Instance Method Details

#__xmlattrObject



20880
20881
20882
# File 'lib/eBay.rb', line 20880

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_contentTypeObject



20884
20885
20886
# File 'lib/eBay.rb', line 20884

def xmlattr_contentType
  __xmlattr[AttrContentType]
end

#xmlattr_contentType=(value) ⇒ Object



20888
20889
20890
# File 'lib/eBay.rb', line 20888

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