struct Sitemapper::ImageMap

Defined in:

sitemapper/image_map.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(loc : String, caption : String | Nil = nil, geo_location : String | Nil = nil, title : String | Nil = nil, license : String | Nil = nil) #

[View source]

Instance Method Detail

def caption : String | Nil #

def clone #

[View source]
def copy_with(loc _loc = @loc, caption _caption = @caption, geo_location _geo_location = @geo_location, title _title = @title, license _license = @license) #

[View source]
def geo_location : String | Nil #

def license : String | Nil #

def loc : String #

def render_xml(xml : XML::Builder) #

[View source]
def title : String | Nil #