class Crst::Figure

Overview

Represents a figure with image and caption

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(uri : String, options : Hash(String, String) = {} of String => String, children : Array(Crst::Node) = [] of Node) #

[View source]

Instance Method Detail

def children : Array(Crst::Node) #

[View source]
def children=(children : Array(Crst::Node)) #

[View source]
def options : Hash(String, String) #

[View source]
def options=(options : Hash(String, String)) #

[View source]
def uri : String #

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

[View source]