Class: CmisServer::Query::SelectItem

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#propertyObject

Returns the value of attribute property.



207
208
209
# File 'lib/cmis_server/query/simple_parser.rb', line 207

def property
  @property
end