Class: Vicary::Conformance::GateSpec

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

Instance Attribute Summary collapse

Instance Attribute Details

#gatesObject

Returns the value of attribute gates

Returns:

  • (Object)

    the current value of gates



50
51
52
# File 'lib/vicary/conformance.rb', line 50

def gates
  @gates
end

#reference_armObject

Returns the value of attribute reference_arm

Returns:

  • (Object)

    the current value of reference_arm



50
51
52
# File 'lib/vicary/conformance.rb', line 50

def reference_arm
  @reference_arm
end

#requirementsObject

Returns the value of attribute requirements

Returns:

  • (Object)

    the current value of requirements



50
51
52
# File 'lib/vicary/conformance.rb', line 50

def requirements
  @requirements
end