Class: Castle::Commands::Events::Schema

Inherits:
Object
  • Object
show all
Defined in:
lib/castle/commands/events/schema.rb

Overview

Builds the command to get the events schema

Class Method Summary collapse

Class Method Details

.build(_options = {}) ⇒ Castle::Command

Parameters:

  • options (Hash)

Returns:



11
12
13
# File 'lib/castle/commands/events/schema.rb', line 11

def build(_options = {})
  Castle::Command.new('events/schema', nil, :get)
end