Class: CreateSQLView

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comcreateSQLView

sqlView - InteractObject
tables - InteractObject
sqlQuery - SOAP::SOAPString
dataExtractionKey - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sqlView = nil, tables = [], sqlQuery = nil, dataExtractionKey = nil) ⇒ CreateSQLView

Returns a new instance of CreateSQLView.



1770
1771
1772
1773
1774
1775
# File 'lib/stub/default.rb', line 1770

def initialize(sqlView = nil, tables = [], sqlQuery = nil, dataExtractionKey = nil)
  @sqlView = sqlView
  @tables = tables
  @sqlQuery = sqlQuery
  @dataExtractionKey = dataExtractionKey
end

Instance Attribute Details

#dataExtractionKeyObject

Returns the value of attribute dataExtractionKey.



1768
1769
1770
# File 'lib/stub/default.rb', line 1768

def dataExtractionKey
  @dataExtractionKey
end

#sqlQueryObject

Returns the value of attribute sqlQuery.



1767
1768
1769
# File 'lib/stub/default.rb', line 1767

def sqlQuery
  @sqlQuery
end

#sqlViewObject

Returns the value of attribute sqlView.



1765
1766
1767
# File 'lib/stub/default.rb', line 1765

def sqlView
  @sqlView
end

#tablesObject

Returns the value of attribute tables.



1766
1767
1768
# File 'lib/stub/default.rb', line 1766

def tables
  @tables
end