class BuildkiteGraphqlRuby::Commands::CommandMap
Constants
- COMMAND_MAP
Public Class Methods
get_command(command_string:)
click to toggle source
# File lib/buildkite_graphql_ruby/commands/command_map.rb, line 12 def self.get_command(command_string:) COMMAND_MAP.fetch(command_string).new end