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



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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



35755
35756
35757
# File 'lib/eBay.rb', line 35755

def __xmlele_any
  @__xmlele_any
end

#fileContentObject

Returns the value of attribute fileContent.



35754
35755
35756
# File 'lib/eBay.rb', line 35754

def fileContent
  @fileContent
end

#fileNameObject

Returns the value of attribute fileName.



35752
35753
35754
# File 'lib/eBay.rb', line 35752

def fileName
  @fileName
end

#fileVersionObject

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