Class: Condition
- Inherits:
-
Struct
- Object
- Struct
- Condition
- Defined in:
- lib/dake/parser.rb
Instance Attribute Summary collapse
-
#cond ⇒ Object
Returns the value of attribute cond.
-
#else_body ⇒ Object
Returns the value of attribute else_body.
-
#if_body ⇒ Object
Returns the value of attribute if_body.
-
#not ⇒ Object
Returns the value of attribute not.
Instance Attribute Details
#cond ⇒ Object
Returns the value of attribute cond
217 218 219 |
# File 'lib/dake/parser.rb', line 217 def cond @cond end |
#else_body ⇒ Object
Returns the value of attribute else_body
217 218 219 |
# File 'lib/dake/parser.rb', line 217 def else_body @else_body end |
#if_body ⇒ Object
Returns the value of attribute if_body
217 218 219 |
# File 'lib/dake/parser.rb', line 217 def if_body @if_body end |
#not ⇒ Object
Returns the value of attribute not
217 218 219 |
# File 'lib/dake/parser.rb', line 217 def not @not end |