Class: Steep::Locator::AnnotationResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#annotationObject (readonly)

Returns the value of attribute annotation

Returns:

  • (Object)

    the current value of annotation



34
35
36
# File 'lib/steep/locator.rb', line 34

def annotation
  @annotation
end

#blockObject (readonly)

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



34
35
36
# File 'lib/steep/locator.rb', line 34

def block
  @block
end

#nodeObject (readonly)

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



34
35
36
# File 'lib/steep/locator.rb', line 34

def node
  @node
end