Sentry::Config
Inherits YAML::Serializable < Reference < Object
Constructors
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceClass 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.
Instance methods
build_args
Sourcebuild_args_list
Sourcebuild_command
Sourcecolorize?
Sourcedisplay_name
Sourceinfo?
Sourcemerge!(cli_config : self) : Nil
Sourcerun_args
Sourcerun_args_list
Sourcerun_command
Sourcerun_shards_install?
Sourcesets_build_args?
Sourcesets_build_command?
Sourcesets_build_full_command?
Sourcesets_colorize?
Sourcesets_display_name?
Sourcesets_run_command?
Sourcesets_should_build?
Sourcesets_should_play_audio?
Sourcesets_watch?
Sourceshould_build?
Sourceshould_play_audio?
Sourcesrc_path
SourceAppends 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>
watch
Source