Method: OrientSupport::OrientQuery#kind

Defined in:
lib/support/orientquery.rb

#kind(value = nil) ⇒ Object



376
377
378
379
380
381
382
383
# File 'lib/support/orientquery.rb', line 376

def kind value=nil
  if value.present?
    @q[:kind] = value
    self
  else
  @q[:kind]
  end
end