Class: Hecks::QuerySpecification::HopPath::Hop

Inherits:
Struct
  • Object
show all
Defined in:
lib/hecks/query_specification/hop_path.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



30
31
32
# File 'lib/hecks/query_specification/hop_path.rb', line 30

def attribute
  @attribute
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



30
31
32
# File 'lib/hecks/query_specification/hop_path.rb', line 30

def target
  @target
end

#target_nameObject

Returns the value of attribute target_name

Returns:

  • (Object)

    the current value of target_name



30
31
32
# File 'lib/hecks/query_specification/hop_path.rb', line 30

def target_name
  @target_name
end