class CB::Scope

Defined in:

cb/scope.cr

Instance Method Summary

Instance methods inherited from class CB::Action

call call, client : CB::Client client, output : IO output, output=(output : IO) output=, run run

Constructor methods inherited from class CB::Action

new(client : Client, output : IO = STDOUT) new

Instance Method Detail

def checks : Array(::Scope::Check.class) #

[View source]
def checks=(checks : Array(::Scope::Check.class)) #

[View source]
def cluster_id : String | Nil #

[View source]
def cluster_id=(cluster_id : String | Nil) #

[View source]
def run #

[View source]
def suite : String | Nil #

[View source]
def suite=(suite : String | Nil) #

[View source]