class Pod::Config::Defaults

Included Modules

Defined in:

pod/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

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

def self.new(*, build : Nil | String = nil, run : Nil | String = nil, update : Nil | String = nil) #

[View source]

Instance Method Detail

def build : String | Nil #

[View source]
def entrypoint : String | Nil #

[View source]
def run : String | Nil #

[View source]
def update : String | Nil #

[View source]