class Castle::Commands::Lists::GetAll
Builds the command to get all lists
Public Class Methods
build()
click to toggle source
@return [Castle::Command]
# File lib/castle/commands/lists/get_all.rb, line 10 def build Castle::Command.new('lists', nil, :get) end