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
38 39 40 |
# File 'lib/vicary/conformance.rb', line 38 def gates @gates end |
#reference_arm ⇒ Object
Returns the value of attribute reference_arm
38 39 40 |
# File 'lib/vicary/conformance.rb', line 38 def reference_arm @reference_arm end |
#requirements ⇒ Object
Returns the value of attribute requirements
38 39 40 |
# File 'lib/vicary/conformance.rb', line 38 def requirements @requirements end |