Module: Aspera::Cli::Plugins::Base::Operations

Defined in:
lib/aspera/cli/plugins/base.rb

Constant Summary collapse

GLOBAL =

Operations without id: ‘create` `list`

%i[create list].freeze
SINGLETON =

Operations on singleton: ‘modify` `show`

%i[modify show].freeze
INSTANCE =

Operations with id: ‘modify` `show` `delete`

(SINGLETON + %i[delete]).freeze
ALL =

All standard operations: ‘create` `list` `modify` `show` `delete`

(GLOBAL + INSTANCE).freeze