Class: Dynamicloud::API::Criteria::Condition

Inherits:
Object
  • Object
show all
Defined in:
lib/dynamic_criteria.rb

Constant Summary collapse

ROOT =

Auxiliar constant to build from condition objects

Condition.new
WITHOUT =
'-'

Instance Method Summary collapse

Instance Method Details

#to_record_string(parent) ⇒ Object

This method will return a of this condition

Parameters:

  • parent

    this is the parent of this condition

Returns:

  • a string



16
17
18
# File 'lib/dynamic_criteria.rb', line 16

def to_record_string(parent)
  ''
end