class Crst::Image

Overview

Represents an image

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Instance methods inherited from class Crst::Node

column : Int32 | Nil column, column=(column : Int32 | Nil) column=, end_column : Int32 | Nil end_column, end_column=(end_column : Int32 | Nil) end_column=, end_line : Int32 | Nil end_line, end_line=(end_line : Int32 | Nil) end_line=, line : Int32 | Nil line, line=(line : Int32 | Nil) line=

Constructor Detail

def self.new(uri : String, options : Hash(String, String) = {} of String => String) #

[View source]

Instance Method Detail

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]