Class: CmisServer::Query::Statement::As
- Defined in:
- lib/cmis_server/query/statement.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value, column) ⇒ As
constructor
A new instance of As.
Constructor Details
#initialize(value, column) ⇒ As
Returns a new instance of As.
73 74 75 76 |
# File 'lib/cmis_server/query/statement.rb', line 73 def initialize(value, column) @value = value @column = column end |
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column.
79 80 81 |
# File 'lib/cmis_server/query/statement.rb', line 79 def column @column end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
78 79 80 |
# File 'lib/cmis_server/query/statement.rb', line 78 def value @value end |