Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
laspatule
main
AuthHandler
CorsHandler
Laspatule
API
Doc
Ingredients
Recipes
Schemas
Recipe
Ingredient
User
Config
Models
CreateIngredient
CreateRecipe
CreateIngredient
CreateSection
CreateStep
CreateUser
Ingredient
Page
Recipe
Ingredient
Section
Step
User
UserWithPassword
Validation
Error
Validate
ValidationError
Repositories
DB
Config
Ingredients
Migrations
V001
Recipes
RecipeRow
Users
DuplicatedError
Ingredients
DuplicatedIngredientError
IngredientNotFoundError
NotFoundError
Recipes
DuplicatedRecipeError
RecipeNotFoundError
Users
UserNotFoundError
Services
Ingredients
Mail
Mailgun
Config
Recipes
Users
Built with Crystal 1.9.2
2023-10-07 15:25:53 UTC
struct
Laspatule::Repositories::DB::Config
Laspatule::Repositories::DB::Config
Struct
Value
Object
Included Modules
YAML::Serializable
Defined in:
laspatule/repositories/db/config.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
.new
(uri : String)
Instance Method Summary
#clone
#copy_with
(uri _uri = @uri)
#uri
: String
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
def self.
new
(uri : String)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(uri _uri = @uri)
#
[
View source
]
def
uri
: String
#