Class: Vicary::Conformance::Spec
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Conformance::Spec
- Defined in:
- lib/vicary/conformance.rb
Instance Attribute Summary collapse
-
#fixture_version ⇒ Object
Returns the value of attribute fixture_version.
-
#frames ⇒ Object
Returns the value of attribute frames.
-
#golden ⇒ Object
Returns the value of attribute golden.
-
#identity ⇒ Object
Returns the value of attribute identity.
-
#reference_arm ⇒ Object
Returns the value of attribute reference_arm.
Instance Attribute Details
#fixture_version ⇒ Object
Returns the value of attribute fixture_version
34 35 36 |
# File 'lib/vicary/conformance.rb', line 34 def fixture_version @fixture_version end |
#frames ⇒ Object
Returns the value of attribute frames
34 35 36 |
# File 'lib/vicary/conformance.rb', line 34 def frames @frames end |
#golden ⇒ Object
Returns the value of attribute golden
34 35 36 |
# File 'lib/vicary/conformance.rb', line 34 def golden @golden end |
#identity ⇒ Object
Returns the value of attribute identity
34 35 36 |
# File 'lib/vicary/conformance.rb', line 34 def identity @identity end |
#reference_arm ⇒ Object
Returns the value of attribute reference_arm
34 35 36 |
# File 'lib/vicary/conformance.rb', line 34 def reference_arm @reference_arm end |