Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kiwi
v0.4.1
Kiwi
Base
BaseException
BasicStore
Entry
EntrySummary
Header
ID
Store
StoreException
Generated using Crystal 1.14.0
2024-11-26 10:34:20 UTC
class
Kiwi::
Base
Kiwi::Base
Reference
Object
Defined in:
base.cr
Instance Method Summary
#create
(name : String)
#destroy
(name : String)
#has?
(name : String) : Bool
#store
(name : String) : Store
#stores
: Array(Store)
Instance Method Detail
def
create
(name : String)
#
[
View source
]
def
destroy
(name : String)
#
[
View source
]
def
has?
(name : String) : Bool
#
[
View source
]
def
store
(name : String) :
Store
#
[
View source
]
def
stores
: Array(
Store
)
#
[
View source
]