Class: Vicary::Conformance::Gate

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

Instance Attribute Summary collapse

Instance Attribute Details

#barObject

Returns the value of attribute bar

Returns:

  • (Object)

    the current value of bar



36
37
38
# File 'lib/vicary/conformance.rb', line 36

def bar
  @bar
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



36
37
38
# File 'lib/vicary/conformance.rb', line 36

def id
  @id
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



36
37
38
# File 'lib/vicary/conformance.rb', line 36

def label
  @label
end

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



36
37
38
# File 'lib/vicary/conformance.rb', line 36

def op
  @op
end

#requiresObject

Returns the value of attribute requires

Returns:

  • (Object)

    the current value of requires



36
37
38
# File 'lib/vicary/conformance.rb', line 36

def requires
  @requires
end

#unitObject

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



36
37
38
# File 'lib/vicary/conformance.rb', line 36

def unit
  @unit
end

#whyObject

Returns the value of attribute why

Returns:

  • (Object)

    the current value of why



36
37
38
# File 'lib/vicary/conformance.rb', line 36

def why
  @why
end