Class: Vial::Definition::Record

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

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject (readonly)

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



6
7
8
# File 'lib/vial/definition.rb', line 6

def attributes
  @attributes
end

#definitionObject (readonly)

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



6
7
8
# File 'lib/vial/definition.rb', line 6

def definition
  @definition
end

#fixture_labelObject (readonly)

Returns the value of attribute fixture_label

Returns:

  • (Object)

    the current value of fixture_label



6
7
8
# File 'lib/vial/definition.rb', line 6

def fixture_label
  @fixture_label
end

#identity_labelObject (readonly)

Returns the value of attribute identity_label

Returns:

  • (Object)

    the current value of identity_label



6
7
8
# File 'lib/vial/definition.rb', line 6

def identity_label
  @identity_label
end

#indexObject (readonly)

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



6
7
8
# File 'lib/vial/definition.rb', line 6

def index
  @index
end

#source_fileObject (readonly)

Returns the value of attribute source_file

Returns:

  • (Object)

    the current value of source_file



6
7
8
# File 'lib/vial/definition.rb', line 6

def source_file
  @source_file
end

#source_lineObject (readonly)

Returns the value of attribute source_line

Returns:

  • (Object)

    the current value of source_line



6
7
8
# File 'lib/vial/definition.rb', line 6

def source_line
  @source_line
end

#variant_stackObject (readonly)

Returns the value of attribute variant_stack

Returns:

  • (Object)

    the current value of variant_stack



6
7
8
# File 'lib/vial/definition.rb', line 6

def variant_stack
  @variant_stack
end