class

Sentry::Config

Inherits YAML::Serializable < Reference < Object

Constructors

new

Initializing an empty configuration provides no default values.

Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Class methods

shard_name

shard_name is set as a class property so that it can be inferred from the shard.yml in the project directory.

Source
shard_name=(shard_name : String | Nil)

shard_name is set as a class property so that it can be inferred from the shard.yml in the project directory.

Source

Instance methods

build_args
Source
build_args=(new : String | Nil)
Source
build_args_list
Source
build_command
Source
build_command=(new : String)
Source
colorize=(new : Bool)
Source
colorize?
Source
display_name
Source
display_name=(new : String)
Source
info=(info : Bool)
Source
info?
Source
merge!(cli_config : self) : Nil
Source
run_args
Source
run_args=(run_args : String)
Source
run_args_list
Source
run_command
Source
run_command=(new : String | Nil)
Source
run_shards_install=(run_shards_install : Bool)
Source
run_shards_install?
Source
sets_build_args?
Source
sets_build_command?
Source
sets_build_full_command=(sets_build_full_command : Bool)
Source
sets_build_full_command?
Source
sets_colorize?
Source
sets_display_name?
Source
sets_run_command=(sets_run_command : Bool)
Source
sets_run_command?
Source
sets_should_build?
Source
sets_should_play_audio?
Source
sets_watch?
Source
should_build=(new : Bool)
Source
should_build?
Source
should_play_audio=(new : Bool)
Source
should_play_audio?
Source
src_path
Source
src_path=(src_path : String | Nil)
Source
to_s(io : IO) : IO

Appends a short String representation of this object which includes its class name and its object address.

class Person
  def initialize(@name : String, @age : Int32)
  end
end

Person.new("John", 32).to_s # => #<Person:0x10a199f20>
Source
watch
Source
watch=(new : Array(String))
Source