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