Class: Luciq::OpportunitiesCLI

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

Instance Method Summary collapse

Instance Method Details

#listObject



468
469
470
# File 'lib/luciq/query_cli.rb', line 468

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

#showObject



475
476
477
# File 'lib/luciq/query_cli.rb', line 475

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