Class: Vicary::Conformance::GateSpec
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Conformance::GateSpec
- Defined in:
- lib/vicary/conformance.rb
Instance Attribute Summary collapse
-
#gates ⇒ Object
Returns the value of attribute gates.
-
#reference_arm ⇒ Object
Returns the value of attribute reference_arm.
-
#requirements ⇒ Object
Returns the value of attribute requirements.
Instance Attribute Details
#gates ⇒ Object
Returns the value of attribute gates
50 51 52 |
# File 'lib/vicary/conformance.rb', line 50 def gates @gates end |
#reference_arm ⇒ Object
Returns the value of attribute reference_arm
50 51 52 |
# File 'lib/vicary/conformance.rb', line 50 def reference_arm @reference_arm end |
#requirements ⇒ Object
Returns the value of attribute requirements
50 51 52 |
# File 'lib/vicary/conformance.rb', line 50 def requirements @requirements end |