Class: Vicary::Conformance::Gate
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Conformance::Gate
- Defined in:
- lib/vicary/conformance.rb
Instance Attribute Summary collapse
-
#bar ⇒ Object
Returns the value of attribute bar.
-
#id ⇒ Object
Returns the value of attribute id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#op ⇒ Object
Returns the value of attribute op.
-
#requires ⇒ Object
Returns the value of attribute requires.
-
#unit ⇒ Object
Returns the value of attribute unit.
-
#why ⇒ Object
Returns the value of attribute why.
Instance Attribute Details
#bar ⇒ Object
Returns the value of attribute bar
36 37 38 |
# File 'lib/vicary/conformance.rb', line 36 def @bar end |
#id ⇒ Object
Returns the value of attribute id
36 37 38 |
# File 'lib/vicary/conformance.rb', line 36 def id @id end |
#label ⇒ Object
Returns the value of attribute label
36 37 38 |
# File 'lib/vicary/conformance.rb', line 36 def label @label end |
#op ⇒ Object
Returns the value of attribute op
36 37 38 |
# File 'lib/vicary/conformance.rb', line 36 def op @op end |
#requires ⇒ Object
Returns the value of attribute requires
36 37 38 |
# File 'lib/vicary/conformance.rb', line 36 def requires @requires end |
#unit ⇒ Object
Returns the value of attribute unit
36 37 38 |
# File 'lib/vicary/conformance.rb', line 36 def unit @unit end |
#why ⇒ Object
Returns the value of attribute why
36 37 38 |
# File 'lib/vicary/conformance.rb', line 36 def why @why end |