Class: Hecks::QuerySpecification::HopPath::Plan
- Inherits:
-
Struct
- Object
- Struct
- Hecks::QuerySpecification::HopPath::Plan
- Defined in:
- lib/hecks/query_specification/hop_path.rb
Overview
refusal: nil (clean), :unresolvable (a hop's target cannot be found — cross-domain, or simply not declared in this chapter), :too_deep (see MAX_HOPS below).
Instance Attribute Summary collapse
-
#hops ⇒ Object
Returns the value of attribute hops.
-
#refusal ⇒ Object
Returns the value of attribute refusal.
-
#tail ⇒ Object
Returns the value of attribute tail.
Instance Attribute Details
#hops ⇒ Object
Returns the value of attribute hops
35 36 37 |
# File 'lib/hecks/query_specification/hop_path.rb', line 35 def hops @hops end |
#refusal ⇒ Object
Returns the value of attribute refusal
35 36 37 |
# File 'lib/hecks/query_specification/hop_path.rb', line 35 def refusal @refusal end |
#tail ⇒ Object
Returns the value of attribute tail
35 36 37 |
# File 'lib/hecks/query_specification/hop_path.rb', line 35 def tail @tail end |