struct RailsApp::Directories

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, path : String, files : Nil | Array(RailsApp::Directories::Files) = nil, persistent_storage : RailsApp::Directories::PersistentStorage | Nil = nil) #

[View source]

Instance Method Detail

def files : Array(Files) | Nil #

def name : String #

def path : String #

def persistent_storage : PersistentStorage | Nil #