Class: Castle::Commands::Lists::GetAll

Inherits:
Object
  • Object
show all
Defined in:
lib/castle/commands/lists/get_all.rb

Overview

Builds the command to get all lists

Class Method Summary collapse

Class Method Details

.buildCastle::Command

Returns:



10
11
12
# File 'lib/castle/commands/lists/get_all.rb', line 10

def build
  Castle::Command.new('lists', nil, :get)
end