class CA::Repository
- CA::Repository
- Reference
- Object
Defined in:
clean-architectures/repository.crConstructors
Instance Method Summary
- #config : Hash(String, Bool | Float32 | Int32 | String)
- #config=(config : Hash(String, Bool | Float32 | Int32 | String))
- #description : String
- #description=(description : String)
-
#name : String
For documentation-only purposes:
-
#name=(name : String)
For documentation-only purposes:
Constructor Detail
def self.new(config : Hash(String, Bool | Float32 | Int32 | String) = {} of String => ConfigValue, name : String = "", description : String = "")
#