struct Lester::Instance

Included Modules

Defined in:

lester/instance.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def architecture : String | Nil #

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

[View source]
def created_at : Time | Nil #

[View source]
def description : String | Nil #

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

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

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

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

[View source]
def expires_at : Time | Nil #

[View source]
def last_used_at : Time | Nil #

[View source]
def location : String | Nil #

[View source]
def name : String | Nil #

[View source]
def profiles : Array(String) | Nil #

[View source]
def size : Int64 | Nil #

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

[View source]
def status : String | Nil #

[View source]
def status_code : Int32 | Nil #

[View source]
def type : Lester::Image::Type | Nil #

[View source]