struct Lightsail::Container

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def command : Array(String) | Nil #

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

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

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

[View source]
def image : String | Nil #

[View source]
def image=(image : String | Nil) #

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

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

[View source]