Class: XSLFileType

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

Overview

urn:ebay:apis:eBLBaseComponentsXSLFileType

fileName - SOAP::SOAPString
fileVersion - SOAP::SOAPString
fileContent - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fileName = nil, fileVersion = nil, fileContent = nil) ⇒ XSLFileType

Returns a new instance of XSLFileType.



25832
25833
25834
25835
25836
25837
# File 'lib/eBay.rb', line 25832

def initialize(fileName = nil, fileVersion = nil, fileContent = nil)
  @fileName = fileName
  @fileVersion = fileVersion
  @fileContent = fileContent
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25826
25827
25828
# File 'lib/eBay.rb', line 25826

def __xmlele_any
  @__xmlele_any
end

#fileContentObject

Returns the value of attribute fileContent.



25825
25826
25827
# File 'lib/eBay.rb', line 25825

def fileContent
  @fileContent
end

#fileNameObject

Returns the value of attribute fileName.



25823
25824
25825
# File 'lib/eBay.rb', line 25823

def fileName
  @fileName
end

#fileVersionObject

Returns the value of attribute fileVersion.



25824
25825
25826
# File 'lib/eBay.rb', line 25824

def fileVersion
  @fileVersion
end

Instance Method Details

#set_any(elements) ⇒ Object



25828
25829
25830
# File 'lib/eBay.rb', line 25828

def set_any(elements)
  @__xmlele_any = elements
end