class Docr::LogsCommandBuilder

Defined in:

builder/logs_builder.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api : API) #

[View source]

Instance Method Detail

def _until : String | Nil #

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

[View source]
def execute #

[View source]
def name(name : String) #

[View source]
def name : String | Nil #

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

[View source]
def since(since : String) #

[View source]
def since : String | Nil #

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

[View source]
def stderr : Bool #

[View source]
def stderr=(stderr : Bool) #

[View source]
def stdout : Bool #

[View source]
def stdout=(stdout : Bool) #

[View source]
def tail(tail : Int32) #

[View source]
def tail : String #

[View source]
def tail=(tail : String) #

[View source]
def timestamps #

[View source]
def timestamps=(timestamps : Bool) #

[View source]
def until(_until : String) #

[View source]