Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kiwi-server
v0.1.0
Kiwi
API
GetEntry
GetEntryResponse
GetStore
GetStoreResponse
GetStores
GetStoresResponse
Models
Entry
Store
PutEntry
PutEntryResponse
PutStore
PutStoreResponse
Server
Generated using Crystal 1.14.0
2024-11-26 07:37:19 UTC
struct
Kiwi::
API::
GetStoreResponse
Kiwi::API::GetStoreResponse
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
api/messages/get_store.cr
Constructors
.new
(pull : JSON::PullParser)
.new
(store : Kiwi::Store)
Instance Method Summary
#store
: Models::Store
#store=
(store : Models::Store)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
def self.
new
(store : Kiwi::Store)
#
[
View source
]
Instance Method Detail
def
store
:
Models::Store
#
[
View source
]
def
store=
(store :
Models::Store
)
#
[
View source
]