Module: Lite::Validation::Validator::Node::Abstract::Branch

Includes:
Lite::Validation::Validator::Node::Abstract
Included in:
Child::Branch, Root::Branch
Defined in:
lib/lite/validation/validator/node/abstract/branch.rb

Instance Method Summary collapse

Methods included from Implementation::Transformation

#transform, #transform?

Methods included from Ruling::Constructors

#Commit, #Dispute, #Invalidate, #Pass, #Refute

Methods included from Implementation::Scoping

#critical, #with_context, #with_valid

Methods included from Implementation::Predication

call_builder_block, fetch_predicate, resolve_predicate, #satisfy, #satisfy?

Methods included from Implementation::Validation

validate, #validate, #validate?

Methods included from Implementation::Iteration

#each_at, #each_at?

Methods included from Implementation::Navigation

#at, #at?

Methods included from Implementation::ApplyRuling

apply_ruling, #auto_commit, #commit, #dispute, #refute, structured_error

Methods included from Implementation::Identity

display_path, #display_path, display_path_element, ensure_identical!, #full_path, #identical?, #intent, intent_id, #key, #path_to, raise_error!, #root?

Instance Method Details

#inspectObject



13
14
15
# File 'lib/lite/validation/validator/node/abstract/branch.rb', line 13

def inspect
  "Branch #{super}"
end