class Kiwi::BasicStore
- Kiwi::BasicStore
- Kiwi::Store
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
store.crConstructors
Instance Method Summary
- #delete(id : ID) : EntrySummary
- #get(id : ID) : EntrySummary
- #name : String
- #patch(id : ID, value : String) : EntrySummary
- #put(value : String) : EntrySummary