Class: Vicary::Gates::Alignment
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Gates::Alignment
- Defined in:
- lib/vicary/gates.rb
Instance Attribute Summary collapse
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#pairs ⇒ Object
Returns the value of attribute pairs.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#ok ⇒ Object
Returns the value of attribute ok
75 76 77 |
# File 'lib/vicary/gates.rb', line 75 def ok @ok end |
#pairs ⇒ Object
Returns the value of attribute pairs
75 76 77 |
# File 'lib/vicary/gates.rb', line 75 def pairs @pairs end |
#reason ⇒ Object
Returns the value of attribute reason
75 76 77 |
# File 'lib/vicary/gates.rb', line 75 def reason @reason end |