Class: DatabaseList

Inherits:
Struct
  • Object
show all
Defined in:
lib/engine/app/lib/commands/database_list.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#backendObject

Returns the value of attribute backend

Returns:

  • (Object)

    the current value of backend



1
2
3
# File 'lib/engine/app/lib/commands/database_list.rb', line 1

def backend
  @backend
end

Instance Method Details

#resultObject



2
3
4
# File 'lib/engine/app/lib/commands/database_list.rb', line 2

def result
  backend.info.keys.map{|d| d.match(/db(\d+)/);$1}.compact
end