Class: XSLFileType
- Inherits:
-
Object
- Object
- XSLFileType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsXSLFileType
Constant Summary collapse
- @@schema_type =
"XSLFileType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["fileName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FileName")]], ["fileVersion", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FileVersion")]], ["fileContent", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FileContent")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
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.
24252 24253 24254 24255 24256 24257 |
# File 'lib/eBay.rb', line 24252 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.
24246 24247 24248 |
# File 'lib/eBay.rb', line 24246 def __xmlele_any @__xmlele_any end |
#fileContent ⇒ Object
Returns the value of attribute fileContent.
24245 24246 24247 |
# File 'lib/eBay.rb', line 24245 def fileContent @fileContent end |
#fileName ⇒ Object
Returns the value of attribute fileName.
24243 24244 24245 |
# File 'lib/eBay.rb', line 24243 def fileName @fileName end |
#fileVersion ⇒ Object
Returns the value of attribute fileVersion.
24244 24245 24246 |
# File 'lib/eBay.rb', line 24244 def fileVersion @fileVersion end |
Instance Method Details
#set_any(elements) ⇒ Object
24248 24249 24250 |
# File 'lib/eBay.rb', line 24248 def set_any(elements) @__xmlele_any = elements end |