Class: CmisServer::Query::Statement::All
- Defined in:
- lib/cmis_server/query/statement.rb
Instance Attribute Summary collapse
-
#table ⇒ Object
readonly
Returns the value of attribute table.
Instance Method Summary collapse
-
#initialize(table = nil) ⇒ All
constructor
A new instance of All.
Constructor Details
#initialize(table = nil) ⇒ All
Returns a new instance of All.
54 55 56 |
# File 'lib/cmis_server/query/statement.rb', line 54 def initialize(table=nil) @column=table end |
Instance Attribute Details
#table ⇒ Object (readonly)
Returns the value of attribute table.
58 59 60 |
# File 'lib/cmis_server/query/statement.rb', line 58 def table @table end |