class Page

Included Modules

Defined in:

db.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(rs : DB::ResultSet) #

[View source]

Class Method Detail

def self.from_rs(rs : DB::ResultSet) #

[View source]

Instance Method Detail

def content : String #

[View source]
def content=(content : String) #

[View source]
def created_at : Time #

[View source]
def created_at=(created_at : Time) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]