Class: CmisServer::Query::Statement::All

Inherits:
Node
  • Object
show all
Defined in:
lib/cmis_server/query/statement.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#tableObject (readonly)

Returns the value of attribute table.



58
59
60
# File 'lib/cmis_server/query/statement.rb', line 58

def table
  @table
end