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::
GetStoresResponse
Kiwi::API::GetStoresResponse
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
api/messages/get_stores.cr
Constructors
.new
(pull : JSON::PullParser)
.new
(stores : Array(Store))
Instance Method Summary
#stores
: Array(Models::Store)
#stores=
(stores : Array(Models::Store))
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
def self.
new
(stores : Array(Store))
#
[
View source
]
Instance Method Detail
def
stores
: Array(
Models::Store
)
#
[
View source
]
def
stores=
(stores : Array(
Models::Store
))
#
[
View source
]