class Docr::Types::LogConfig

Included Modules

Defined in:

docr/types/host_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, config : Hash(String, String)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def config : Hash(String, String) #

[View source]
def config=(config : Hash(String, String)) #

[View source]
def type : String #

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

[View source]