Class: EBay::Base64BinaryType
- Inherits:
-
String
- Object
- String
- EBay::Base64BinaryType
- 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
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ Base64BinaryType
constructor
A new instance of Base64BinaryType.
- #xmlattr_contentType ⇒ Object
- #xmlattr_contentType=(value) ⇒ Object
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
#__xmlattr ⇒ Object
20880 20881 20882 |
# File 'lib/eBay.rb', line 20880 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_contentType ⇒ Object
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 |