Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Yozgat::DB::EnvVars
Class methods
delete
(project_id :
Int64
, environment_id :
Int64
, var_id :
Int64
) :
Bool
Source
find
(project_id :
Int64
, environment_id :
Int64
, var_id :
Int64
) :
Row
|
Nil
Source
list
(project_id :
Int64
, environment_id :
Int64
) :
Array
(
Row
)
Source
list_pairs
(project_id :
Int64
, environment_id :
Int64
) :
Array
(
Pair
)
Source
update
(project_id :
Int64
, environment_id :
Int64
, var_id :
Int64
, value :
String
) :
Row
|
Nil
Source
upsert
(project_id :
Int64
, environment_id :
Int64
, key :
String
, value :
String
) :
Row
Source
Nested types
Yozgat::DB::EnvVars::Pair
Yozgat::DB::EnvVars::Row