struct Oscar::Topic

Defined in:

oscar.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, summary : String, content : -> String) #

[View source]

Instance Method Detail

def clone #

[View source]
def content : -> String #

def copy_with(title _title = @title, summary _summary = @summary, content _content = @content) #

[View source]
def summary : String #

def title : String #