Class: Varar::Core::BaselineExample
- Inherits:
-
Data
- Object
- Data
- Varar::Core::BaselineExample
- Defined in:
- lib/varar/core/drift.rb
Overview
One example-producing paragraph, as recorded in the baseline.
Instance Attribute Summary collapse
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#line ⇒ Object (readonly)
Returns the value of attribute line
12 13 14 |
# File 'lib/varar/core/drift.rb', line 12 def line @line end |
#name ⇒ Object (readonly)
Returns the value of attribute name
12 13 14 |
# File 'lib/varar/core/drift.rb', line 12 def name @name end |