Class: EqCond
- Inherits:
-
Struct
- Object
- Struct
- EqCond
- Defined in:
- lib/dake/parser.rb
Instance Attribute Summary collapse
-
#eq_lhs ⇒ Object
Returns the value of attribute eq_lhs.
-
#eq_rhs ⇒ Object
Returns the value of attribute eq_rhs.
Instance Attribute Details
#eq_lhs ⇒ Object
Returns the value of attribute eq_lhs
214 215 216 |
# File 'lib/dake/parser.rb', line 214 def eq_lhs @eq_lhs end |
#eq_rhs ⇒ Object
Returns the value of attribute eq_rhs
214 215 216 |
# File 'lib/dake/parser.rb', line 214 def eq_rhs @eq_rhs end |