struct Post

Defined in:

main.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, body : String) #

[View source]

Instance Method Detail

def body : String #

def clone #

[View source]
def copy_with(title _title = @title, body _body = @body) #

[View source]
def title : String #