struct Lester::Operation::Metadata

Included Modules

Defined in:

lester/operation/metadata.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def command : Array(String) | Nil #

[View source]
def control : String | Nil #

[View source]
def environment : Hash(String, String) | Nil #

[View source]
def fds : Hash(Int32, String) | Nil #

[View source]
def fs : String | Nil #

[View source]
def interactive? : Bool | Nil #

[View source]
def output : Hash(Int32, String) | Nil #

[View source]
def return : Process::Status | Nil #

[View source]