Class: Vial::Definition::Record
- Inherits:
-
Data
- Object
- Data
- Vial::Definition::Record
- Defined in:
- lib/vial/definition.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
-
#definition ⇒ Object
readonly
Returns the value of attribute definition.
-
#fixture_label ⇒ Object
readonly
Returns the value of attribute fixture_label.
-
#identity_label ⇒ Object
readonly
Returns the value of attribute identity_label.
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#source_file ⇒ Object
readonly
Returns the value of attribute source_file.
-
#source_line ⇒ Object
readonly
Returns the value of attribute source_line.
-
#variant_stack ⇒ Object
readonly
Returns the value of attribute variant_stack.
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes
6 7 8 |
# File 'lib/vial/definition.rb', line 6 def attributes @attributes end |
#definition ⇒ Object (readonly)
Returns the value of attribute definition
6 7 8 |
# File 'lib/vial/definition.rb', line 6 def definition @definition end |
#fixture_label ⇒ Object (readonly)
Returns the value of attribute fixture_label
6 7 8 |
# File 'lib/vial/definition.rb', line 6 def fixture_label @fixture_label end |
#identity_label ⇒ Object (readonly)
Returns the value of attribute identity_label
6 7 8 |
# File 'lib/vial/definition.rb', line 6 def identity_label @identity_label end |
#index ⇒ Object (readonly)
Returns the value of attribute index
6 7 8 |
# File 'lib/vial/definition.rb', line 6 def index @index end |
#source_file ⇒ Object (readonly)
Returns the value of attribute source_file
6 7 8 |
# File 'lib/vial/definition.rb', line 6 def source_file @source_file end |
#source_line ⇒ Object (readonly)
Returns the value of attribute source_line
6 7 8 |
# File 'lib/vial/definition.rb', line 6 def source_line @source_line end |
#variant_stack ⇒ Object (readonly)
Returns the value of attribute variant_stack
6 7 8 |
# File 'lib/vial/definition.rb', line 6 def variant_stack @variant_stack end |