Module: Tableless::Connection::ClassMethods

Defined in:
lib/tableless/connection.rb

Instance Method Summary collapse

Instance Method Details

#attribute_namesObject



13
14
15
# File 'lib/tableless/connection.rb', line 13

def attribute_names
  @attribute_names ||= attribute_types.keys
end

#connectionObject



9
10
11
# File 'lib/tableless/connection.rb', line 9

def connection
  @connection ||= Tableless::DummyAdapter.new(nil)
end