Class: Dymos::Query::Describe

Inherits:
Base
  • Object
show all
Defined in:
lib/dymos/query/describe.rb

Instance Method Summary collapse

Methods inherited from Base

#build, #initialize, #name

Constructor Details

This class inherits a constructor from Dymos::Query::Base

Instance Method Details

#commandObject



4
5
6
# File 'lib/dymos/query/describe.rb', line 4

def command
  'describe_table'
end