Class: EBay::XSLFileType
- Inherits:
-
Object
- Object
- EBay::XSLFileType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsXSLFileType
fileName - SOAP::SOAPString
fileVersion - SOAP::SOAPString
fileContent - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#fileContent ⇒ Object
Returns the value of attribute fileContent.
-
#fileName ⇒ Object
Returns the value of attribute fileName.
-
#fileVersion ⇒ Object
Returns the value of attribute fileVersion.
Instance Method Summary collapse
-
#initialize(fileName = nil, fileVersion = nil, fileContent = nil) ⇒ XSLFileType
constructor
A new instance of XSLFileType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(fileName = nil, fileVersion = nil, fileContent = nil) ⇒ XSLFileType
Returns a new instance of XSLFileType.
35761 35762 35763 35764 35765 35766 |
# File 'lib/eBay.rb', line 35761 def initialize(fileName = nil, fileVersion = nil, fileContent = nil) @fileName = fileName @fileVersion = fileVersion @fileContent = fileContent @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35755 35756 35757 |
# File 'lib/eBay.rb', line 35755 def __xmlele_any @__xmlele_any end |
#fileContent ⇒ Object
Returns the value of attribute fileContent.
35754 35755 35756 |
# File 'lib/eBay.rb', line 35754 def fileContent @fileContent end |
#fileName ⇒ Object
Returns the value of attribute fileName.
35752 35753 35754 |
# File 'lib/eBay.rb', line 35752 def fileName @fileName end |
#fileVersion ⇒ Object
Returns the value of attribute fileVersion.
35753 35754 35755 |
# File 'lib/eBay.rb', line 35753 def fileVersion @fileVersion end |
Instance Method Details
#set_any(elements) ⇒ Object
35757 35758 35759 |
# File 'lib/eBay.rb', line 35757 def set_any(elements) @__xmlele_any = elements end |