struct Page

Included Modules

Defined in:

models/page.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, title : String, source : String, body : String, created_at : Time = Time.utc) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def body : String #

[View source]
def created_at : Time #

[View source]
def id : String #

[View source]
def source : String #

[View source]
def title : String #

[View source]