Class: Verity::GroupScope

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

Overview

Public: Source location of an enclosing ‘group` block at registration time.

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject (readonly)

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



20
21
22
# File 'lib/verity.rb', line 20

def file
  @file
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



20
21
22
# File 'lib/verity.rb', line 20

def line
  @line
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



20
21
22
# File 'lib/verity.rb', line 20

def title
  @title
end