class Rancher::ProcessSummary

Included Modules

Defined in:

rancher/types/generated/process_summary.cr

Constructors

Instance Method Summary

Instance methods inherited from class Rancher::Object

client : Client client, client=(client : Client) client=, client? : Client | Nil client?, id : String id, id=(id : String) id=, id? : String | Nil id?, with_client(client : Client) with_client

Constructor Detail

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

[View source]

Instance Method Detail

def delay : Int32 #

def delay=(delay : Int32) #

[View source]
def delay? : Int32 | Nil #

def process_name : String #

def process_name=(process_name : String) #

[View source]
def process_name? : String | Nil #

def ready : Int32 #

def ready=(ready : Int32) #

[View source]
def ready? : Int32 | Nil #

def running : Int32 #

def running=(running : Int32) #

[View source]
def running? : Int32 | Nil #