class
Crst::Figure
- Crst::Figure
- Crst::Node
- Reference
- Object
Overview
Represents a figure with image and caption
Defined in:
crst/nodes.crConstructors
Instance Method Summary
- #children : Array(Crst::Node)
- #children=(children : Array(Crst::Node))
- #options : Hash(String, String)
- #options=(options : Hash(String, String))
- #uri : String
- #uri=(uri : String)
Constructor Detail
def self.new(uri : String, options : Hash(String, String) = {} of String => String, children : Array(Crst::Node) = [] of Node)
#