Class: SQLite3::Driver::Native::CallbackData

Inherits:
Object
  • Object
show all
Defined in:
lib/sqlite3/driver/native/driver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data.



6
7
8
# File 'lib/sqlite3/driver/native/driver.rb', line 6

def data
  @data
end

#procObject

Returns the value of attribute proc.



6
7
8
# File 'lib/sqlite3/driver/native/driver.rb', line 6

def proc
  @proc
end

#proc2Object

Returns the value of attribute proc2.



6
7
8
# File 'lib/sqlite3/driver/native/driver.rb', line 6

def proc2
  @proc2
end