Class: Vicary::Conformance::Spec

Inherits:
Struct
  • Object
show all
Defined in:
lib/vicary/conformance.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fixture_versionObject

Returns the value of attribute fixture_version

Returns:

  • (Object)

    the current value of fixture_version



34
35
36
# File 'lib/vicary/conformance.rb', line 34

def fixture_version
  @fixture_version
end

#framesObject

Returns the value of attribute frames

Returns:

  • (Object)

    the current value of frames



34
35
36
# File 'lib/vicary/conformance.rb', line 34

def frames
  @frames
end

#goldenObject

Returns the value of attribute golden

Returns:

  • (Object)

    the current value of golden



34
35
36
# File 'lib/vicary/conformance.rb', line 34

def golden
  @golden
end

#identityObject

Returns the value of attribute identity

Returns:

  • (Object)

    the current value of identity



34
35
36
# File 'lib/vicary/conformance.rb', line 34

def identity
  @identity
end

#reference_armObject

Returns the value of attribute reference_arm

Returns:

  • (Object)

    the current value of reference_arm



34
35
36
# File 'lib/vicary/conformance.rb', line 34

def reference_arm
  @reference_arm
end