struct Books::NavigationLink

Overview

Navigation link structure for book chapters

Defined in:

books.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(title _title = @title, link _link = @link) #

[View source]
def link : String #

def title : String #

def to_h : Hash(String, String) #

[View source]