struct RailsApp::Entrypoints::Env

Included Modules

Defined in:

rails_app_operator.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(*, name : String, value : Nil | String = nil, value_from : RailsApp::Entrypoints::Env::ValueFrom | Nil = nil) #

[View source]

Instance Method Detail

def name : String #

def value : String | Nil #

def value_from : ValueFrom | Nil #