class Service

Included Modules

Defined in:

models/service.cr:1
models/service.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 enabled : Bool #

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

[View source]
def id : Int64 | Nil #

[View source]
def id! : Int64 #

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

[View source]
def name : String #

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

[View source]
def running : Bool #

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

[View source]
def seconds : Int64 #

[View source]
def seconds=(seconds : Int64) #

[View source]