struct RailsApp::Env
- RailsApp::Env
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
rails_app_operator.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, name : String, value : Nil | String = nil, value_from : RailsApp::Env::ValueFrom | Nil = nil)
Instance Method Summary
Constructor Detail
def self.new(*, name : String, value : Nil | String = nil, value_from : RailsApp::Env::ValueFrom | Nil = nil)
#