Class: CmisServer::Query::Statement::OrderSpecification
- Defined in:
- lib/cmis_server/query/statement.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
Instance Method Summary collapse
-
#initialize(column) ⇒ OrderSpecification
constructor
A new instance of OrderSpecification.
Constructor Details
#initialize(column) ⇒ OrderSpecification
Returns a new instance of OrderSpecification.
378 379 380 |
# File 'lib/cmis_server/query/statement.rb', line 378 def initialize(column) @column = column end |
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column.
382 383 384 |
# File 'lib/cmis_server/query/statement.rb', line 382 def column @column end |