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



38
39
40
# File 'lib/vicary/conformance.rb', line 38

def gates
  @gates
end

#reference_armObject

Returns the value of attribute reference_arm

Returns:

  • (Object)

    the current value of reference_arm



38
39
40
# File 'lib/vicary/conformance.rb', line 38

def reference_arm
  @reference_arm
end

#requirementsObject

Returns the value of attribute requirements

Returns:

  • (Object)

    the current value of requirements



38
39
40
# File 'lib/vicary/conformance.rb', line 38

def requirements
  @requirements
end