Class: Runtime::Tx
- Inherits:
-
Object
- Object
- Runtime::Tx
- Defined in:
- lib/rubysol/runtime.rb
Instance Attribute Summary collapse
-
#origin ⇒ Object
Returns the value of attribute origin.
Instance Method Summary collapse
Instance Attribute Details
#origin ⇒ Object
Returns the value of attribute origin.
18 19 20 |
# File 'lib/rubysol/runtime.rb', line 18 def origin @origin end |
Instance Method Details
#log_event(event) ⇒ Object
24 25 26 27 |
# File 'lib/rubysol/runtime.rb', line 24 def log_event( event ) puts "==> log_event:" pp event end |