Class: Minidbc::Cond
- Inherits:
-
Struct
- Object
- Struct
- Minidbc::Cond
- Defined in:
- lib/minidbc.rb
Instance Attribute Summary collapse
-
#blk ⇒ Object
Returns the value of attribute blk.
-
#location ⇒ Object
Returns the value of attribute location.
Instance Attribute Details
#blk ⇒ Object
Returns the value of attribute blk
25 26 27 |
# File 'lib/minidbc.rb', line 25 def blk @blk end |
#location ⇒ Object
Returns the value of attribute location
25 26 27 |
# File 'lib/minidbc.rb', line 25 def location @location end |