Class: Steep::Locator::NodeResult

Inherits:
Data
  • Object
show all
Defined in:
lib/steep/locator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nodeObject (readonly)

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



28
29
30
# File 'lib/steep/locator.rb', line 28

def node
  @node
end

#parentsObject (readonly)

Returns the value of attribute parents

Returns:

  • (Object)

    the current value of parents



28
29
30
# File 'lib/steep/locator.rb', line 28

def parents
  @parents
end