Class: Luciq::SurveysCLI
- Inherits:
-
Thor
- Object
- Thor
- Luciq::SurveysCLI
- Defined in:
- lib/luciq/query_cli.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
383 384 385 |
# File 'lib/luciq/query_cli.rb', line 383 def list Commands::Query.new().surveys_list end |
#show ⇒ Object
407 408 409 |
# File 'lib/luciq/query_cli.rb', line 407 def show Commands::Query.new().survey_show([:id]) end |