Class: Castle::Commands::Lists::GetAll
- Inherits:
-
Object
- Object
- Castle::Commands::Lists::GetAll
- Defined in:
- lib/castle/commands/lists/get_all.rb
Overview
Builds the command to get all lists
Class Method Summary collapse
Class Method Details
.build ⇒ Castle::Command
10 11 12 |
# File 'lib/castle/commands/lists/get_all.rb', line 10 def build Castle::Command.new('lists', nil, :get) end |