Class: EqCond

Inherits:
Struct
  • Object
show all
Defined in:
lib/dake/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eq_lhsObject

Returns the value of attribute eq_lhs

Returns:

  • (Object)

    the current value of eq_lhs



214
215
216
# File 'lib/dake/parser.rb', line 214

def eq_lhs
  @eq_lhs
end

#eq_rhsObject

Returns the value of attribute eq_rhs

Returns:

  • (Object)

    the current value of eq_rhs



214
215
216
# File 'lib/dake/parser.rb', line 214

def eq_rhs
  @eq_rhs
end