Class: Verity::GroupScope
- Inherits:
-
Data
- Object
- Data
- Verity::GroupScope
- Defined in:
- lib/verity.rb
Overview
Public: Source location of an enclosing ‘group` block at registration time.
Instance Attribute Summary collapse
-
#file ⇒ Object
readonly
Returns the value of attribute file.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#file ⇒ Object (readonly)
Returns the value of attribute file
20 21 22 |
# File 'lib/verity.rb', line 20 def file @file end |
#line ⇒ Object (readonly)
Returns the value of attribute line
20 21 22 |
# File 'lib/verity.rb', line 20 def line @line end |
#title ⇒ Object (readonly)
Returns the value of attribute title
20 21 22 |
# File 'lib/verity.rb', line 20 def title @title end |