Class: Gamefic::Query::ManyChildren
- Defined in:
- lib/gamefic/query/many_children.rb
Direct Known Subclasses
Constant Summary
Constants included from Gamefic
DOWN, EAST, NORTH, NORTHEAST, NORTHWEST, SOUTH, SOUTHEAST, SOUTHWEST, UP, VERSION, WEST
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Children
#base_specificity, #context_from
Methods inherited from Base
#allow_ambiguous?, #base_specificity, #context_from, #execute, #initialize, #last_match_for, #match, #optional?, #signature, #specificity, #test_arguments, #validate
Constructor Details
This class inherits a constructor from Gamefic::Query::Base
Instance Method Details
#allow_many? ⇒ Boolean
4 5 6 |
# File 'lib/gamefic/query/many_children.rb', line 4 def allow_many? true end |