Class: Hecks::QuerySpecification::HopPath::Hop
- Inherits:
-
Struct
- Object
- Struct
- Hecks::QuerySpecification::HopPath::Hop
- Defined in:
- lib/hecks/query_specification/hop_path.rb
Instance Attribute Summary collapse
-
#attribute ⇒ Object
Returns the value of attribute attribute.
-
#target ⇒ Object
Returns the value of attribute target.
-
#target_name ⇒ Object
Returns the value of attribute target_name.
Instance Attribute Details
#attribute ⇒ Object
Returns the value of attribute attribute
30 31 32 |
# File 'lib/hecks/query_specification/hop_path.rb', line 30 def attribute @attribute end |
#target ⇒ Object
Returns the value of attribute target
30 31 32 |
# File 'lib/hecks/query_specification/hop_path.rb', line 30 def target @target end |
#target_name ⇒ Object
Returns the value of attribute target_name
30 31 32 |
# File 'lib/hecks/query_specification/hop_path.rb', line 30 def target_name @target_name end |