Class: Runtime::Tx

Inherits:
Object
  • Object
show all
Defined in:
lib/rubysol/runtime.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#originObject

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