Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
graph_test
main
Api
Graphql
Create
ApiAction
AppDatabase
HabitatSettings
AppServer
BaseEmail
HabitatSettings
BaseModel
BaseSerializer
DeletePost
Errors
Show
ErrorSerializer
GraphQuery
Home
Index
Post
BaseQuery
DeleteOperation
PrimaryKeyType
SaveOperation
PostQuery
PostSerializer
SavePost
Built with Crystal 1.9.2
2023-10-07 17:14:23 UTC
class
PostSerializer
PostSerializer
BaseSerializer
Lucky::Serializer
Reference
Object
Included Modules
GraphQL::ObjectType
Defined in:
serializers/post_serializer.cr
Constructors
.new
(post : Post)
Instance Method Summary
#released_at
: String
#render
#title
: String
Class methods inherited from class
BaseSerializer
for_collection(collection : Enumerable, *args, **named_args)
for_collection
Constructor Detail
def self.
new
(post :
Post
)
#
[
View source
]
Instance Method Detail
def
released_at
: String
#
[
View source
]
def
render
#
[
View source
]
def
title
: String
#
[
View source
]