Class: Luciq::SurveysCLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/luciq/query_cli.rb

Instance Method Summary collapse

Instance Method Details

#listObject



383
384
385
# File 'lib/luciq/query_cli.rb', line 383

def list
  Commands::Query.new(options).surveys_list
end

#showObject



407
408
409
# File 'lib/luciq/query_cli.rb', line 407

def show
  Commands::Query.new(options).survey_show(options[:id])
end