Class | DataObjects::Transaction |
In: |
lib/data_objects/transaction.rb
|
Parent: | Object |
HOST | = | "#{Socket::gethostbyname(Socket::gethostname)[0]}" rescue "localhost" |
connection | [R] | |
id | [R] |
Creates a Transaction bound to the given connection
conn<DataObjects::Connection>: | The Connection to bind the new Transaction to |