class Command

Included Modules

Defined in:

models/command.cr:1
models/command.cr:3

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

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

Class Method Detail

def self.adapter : Granite::Adapter::Base #

Instance Method Detail

def id : Int64 | Nil #

[View source]
def id! : Int64 #

[View source]
def id=(id : Int64 | Nil) #

[View source]
def line : String #

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

[View source]
def name : String #

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

[View source]
def pids #

[View source]