module Tableless::Connection::ClassMethods

Public Instance Methods

attribute_names() click to toggle source
# File lib/tableless/connection.rb, line 13
def attribute_names
  @attribute_names ||= attribute_types.keys
end
connection() click to toggle source
# File lib/tableless/connection.rb, line 9
def connection
  @connection ||= Tableless::DummyAdapter.new(nil)
end