class Dynamicloud::API::Criteria::Condition
Constants
- ROOT
Auxiliar constant to build from condition objects
- WITHOUT
Public Instance Methods
to_record_string(parent)
click to toggle source
This method will return a of this condition @param parent this is the parent of this condition @return a string
# File lib/dynamic_criteria.rb, line 16 def to_record_string(parent) '' end