Class: Luciq::OpportunitiesCLI
- Inherits:
-
Thor
- Object
- Thor
- Luciq::OpportunitiesCLI
- Defined in:
- lib/luciq/query_cli.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
468 469 470 |
# File 'lib/luciq/query_cli.rb', line 468 def list Commands::Query.new().opportunities_list end |
#show ⇒ Object
475 476 477 |
# File 'lib/luciq/query_cli.rb', line 475 def show Commands::Query.new().opportunity_show([:id]) end |