Class: Decider::Pair
- Inherits:
-
Data
- Object
- Data
- Decider::Pair
- Defined in:
- lib/decider.rb
Instance Attribute Summary collapse
-
#left ⇒ Object
readonly
Returns the value of attribute left.
-
#right ⇒ Object
readonly
Returns the value of attribute right.
Instance Attribute Details
#left ⇒ Object (readonly)
Returns the value of attribute left
10 11 12 |
# File 'lib/decider.rb', line 10 def left @left end |
#right ⇒ Object (readonly)
Returns the value of attribute right
10 11 12 |
# File 'lib/decider.rb', line 10 def right @right end |