Class: CmisServer::Query::Statement::FromClause
- Defined in:
- lib/cmis_server/query/statement.rb
Instance Attribute Summary collapse
-
#tables ⇒ Object
readonly
Returns the value of attribute tables.
Instance Method Summary collapse
-
#initialize(tables) ⇒ FromClause
constructor
A new instance of FromClause.
Constructor Details
#initialize(tables) ⇒ FromClause
Returns a new instance of FromClause.
97 98 99 |
# File 'lib/cmis_server/query/statement.rb', line 97 def initialize(tables) @tables = Array(tables) end |
Instance Attribute Details
#tables ⇒ Object (readonly)
Returns the value of attribute tables.
101 102 103 |
# File 'lib/cmis_server/query/statement.rb', line 101 def tables @tables end |