Class: Gexp::Handler::Check

Inherits:
Gexp::Handler show all
Defined in:
lib/gexp/handler/check.rb,
lib/gexp/handler/check/item.rb,
lib/gexp/handler/check/resources.rb

Direct Known Subclasses

Item, Resources

Defined Under Namespace

Classes: Item, Resources

Instance Attribute Summary

Attributes inherited from Gexp::Handler

#object, #objects, #params, #user

Instance Method Summary collapse

Methods inherited from Gexp::Handler

#initialize

Constructor Details

This class inherits a constructor from Gexp::Handler

Instance Method Details

#processObject



4
5
6
# File 'lib/gexp/handler/check.rb', line 4

def process
  true
end