Module: Aspera::Cli::Plugins::Base::Operations
- Defined in:
- lib/aspera/cli/plugins/base.rb
Constant Summary collapse
- GLOBAL =
Operations without id:
createlist %i[create list].freeze
- SINGLETON =
Operations on singleton:
modifyshow %i[modify show].freeze
- INSTANCE =
Operations with id:
modifyshowdelete (SINGLETON + %i[delete]).freeze
- ALL =
All standard operations:
createlistmodifyshowdelete (GLOBAL + INSTANCE).freeze