Class: CmisServer::Query::SelectItem
- Inherits:
-
Object
- Object
- CmisServer::Query::SelectItem
- Defined in:
- lib/cmis_server/query/simple_parser.rb
Instance Attribute Summary collapse
-
#property ⇒ Object
Returns the value of attribute property.
Instance Method Summary collapse
-
#initialize(property) ⇒ SelectItem
constructor
A new instance of SelectItem.
Constructor Details
#initialize(property) ⇒ SelectItem
Returns a new instance of SelectItem.
209 210 211 |
# File 'lib/cmis_server/query/simple_parser.rb', line 209 def initialize(property) @property = property end |
Instance Attribute Details
#property ⇒ Object
Returns the value of attribute property.
207 208 209 |
# File 'lib/cmis_server/query/simple_parser.rb', line 207 def property @property end |