Class: CmisServer::Query::Statement::Unary
- Defined in:
- lib/cmis_server/query/statement.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ Unary
constructor
A new instance of Unary.
Constructor Details
#initialize(value) ⇒ Unary
Returns a new instance of Unary.
359 360 361 |
# File 'lib/cmis_server/query/statement.rb', line 359 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
363 364 365 |
# File 'lib/cmis_server/query/statement.rb', line 363 def value @value end |