Class: Eye::Checker::Defer

Inherits:
Eye::Checker show all
Defined in:
lib/eye/checker.rb

Direct Known Subclasses

Custom, Http, Socket

Constant Summary

Constants inherited from Eye::Checker

TYPES

Instance Attribute Summary

Attributes inherited from Eye::Checker

#check_count, #options, #pid, #type, #value, #values

Attributes included from Dsl::Validation

#defaults, #should_bes, #validates, #variants

Attributes included from Logger::Helpers

#logger

Instance Method Summary collapse

Methods inherited from Eye::Checker

#check, #check_name, create, get_class, #get_value, #good?, #human_value, #initialize, #last_human_values, #max_tries, #min_tries, #previous_value, validate!

Methods included from Dsl::Validation

#inherited, #param, #validate

Constructor Details

This class inherits a constructor from Eye::Checker

Instance Method Details

#get_value_safeObject



124
125
126
# File 'lib/eye/checker.rb', line 124

def get_value_safe
  Celluloid::Future.new{ get_value }.value
end