Class: CreateSQLView
- Inherits:
-
Object
- Object
- CreateSQLView
- Defined in:
- lib/metal/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.
1769 1770 1771 1772 1773 1774 |
# File 'lib/metal/default.rb', line 1769 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.
1767 1768 1769 |
# File 'lib/metal/default.rb', line 1767 def dataExtractionKey @dataExtractionKey end |
#sqlQuery ⇒ Object
Returns the value of attribute sqlQuery.
1766 1767 1768 |
# File 'lib/metal/default.rb', line 1766 def sqlQuery @sqlQuery end |
#sqlView ⇒ Object
Returns the value of attribute sqlView.
1764 1765 1766 |
# File 'lib/metal/default.rb', line 1764 def sqlView @sqlView end |
#tables ⇒ Object
Returns the value of attribute tables.
1765 1766 1767 |
# File 'lib/metal/default.rb', line 1765 def tables @tables end |