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