struct Karma::Commands::Directive

Included Modules

Defined in:

command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def command : String #

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

[View source]
def key : UInt64 | Nil #

[View source]
def key=(key : UInt64 | Nil) #

[View source]
def time_from : UInt64 | Nil #

[View source]
def time_from=(time_from : UInt64 | Nil) #

[View source]
def time_to : UInt64 | Nil #

[View source]
def time_to=(time_to : UInt64 | Nil) #

[View source]
def tree_name : String | Nil #

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

[View source]