Class: Diecut::CallerLocationsPolyfill::FakeLocation

Inherits:
Struct
  • Object
show all
Defined in:
lib/diecut/caller-locations-polyfill.rb

Overview

:nocov:

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_pathObject

Returns the value of attribute absolute_path

Returns:

  • (Object)

    the current value of absolute_path



5
6
7
# File 'lib/diecut/caller-locations-polyfill.rb', line 5

def absolute_path
  @absolute_path
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



5
6
7
# File 'lib/diecut/caller-locations-polyfill.rb', line 5

def label
  @label
end

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



5
6
7
# File 'lib/diecut/caller-locations-polyfill.rb', line 5

def lineno
  @lineno
end