class Marker::Image

Defined in:

marker/node.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(description : Array(Marker::Inline), destination : String, title : Nil | String = nil) #

[View source]

Instance Method Detail

def description : Array(Inline) #

[View source]
def description=(description : Array(Inline)) #

[View source]
def destination : String #

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

[View source]
def title : String | Nil #

[View source]
def title=(title : String | Nil) #

[View source]