Class: Steep::Locator::CommentResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#commentObject (readonly)

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



36
37
38
# File 'lib/steep/locator.rb', line 36

def comment
  @comment
end

#nodeObject (readonly)

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



36
37
38
# File 'lib/steep/locator.rb', line 36

def node
  @node
end