Class: Castle::Commands::Events::Schema
- Inherits:
-
Object
- Object
- Castle::Commands::Events::Schema
- 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
11 12 13 |
# File 'lib/castle/commands/events/schema.rb', line 11 def build( = {}) Castle::Command.new('events/schema', nil, :get) end |