Class: CreateSQLView
- Inherits:
-
Object
- Object
- CreateSQLView
- 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
-
#dataExtractionKey ⇒ Object
Returns the value of attribute dataExtractionKey.
-
#sqlQuery ⇒ Object
Returns the value of attribute sqlQuery.
-
#sqlView ⇒ Object
Returns the value of attribute sqlView.
-
#tables ⇒ Object
Returns the value of attribute tables.
Instance Method Summary collapse
-
#initialize(sqlView = nil, tables = [], sqlQuery = nil, dataExtractionKey = nil) ⇒ CreateSQLView
constructor
A new instance of CreateSQLView.
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
#dataExtractionKey ⇒ Object
Returns the value of attribute dataExtractionKey.
1768 1769 1770 |
# File 'lib/stub/default.rb', line 1768 def dataExtractionKey @dataExtractionKey end |
#sqlQuery ⇒ Object
Returns the value of attribute sqlQuery.
1767 1768 1769 |
# File 'lib/stub/default.rb', line 1767 def sqlQuery @sqlQuery end |
#sqlView ⇒ Object
Returns the value of attribute sqlView.
1765 1766 1767 |
# File 'lib/stub/default.rb', line 1765 def sqlView @sqlView end |
#tables ⇒ Object
Returns the value of attribute tables.
1766 1767 1768 |
# File 'lib/stub/default.rb', line 1766 def tables @tables end |