class

Kamil::DocumentMeta

Inherits JSON::Serializable < Reference < Object

Constructors

new(title : String, slug : String, format : DocumentFormat, status : DocumentStatus, published_at : Time, updated_at : Time, taxonomies : Hash(String, Array(String)) = Hash(String, Array(String)).new, checksum : String = "", custom_fields : Hash(String, JSON::Any) = Hash(String, JSON::Any).new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

checksum
Source
custom_fields
Source
format
Source
published_at
Source
slug
Source
status
Source
taxonomies
Source
title
Source
updated_at
Source
with_checksum(new_checksum : String) : DocumentMeta
Source