Class: Ziya::Maps::Italy

Inherits:
Base
  • Object
show all
Defined in:
lib/ziya/maps/italy.rb

Instance Attribute Summary

Attributes inherited from Base

#id, #map_type, #options, #theme

Instance Method Summary collapse

Methods inherited from Base

#add, components, #default_theme, #load_helpers, #to_s

Methods included from YamlHelpers::Maps

#config, #level, #map

Methods included from YamlHelpers::Base

#clazz, #indent

Methods included from HtmlHelpers::Maps

#_ziya_map, #default_map_options, #gen_sw_path, #maps_swf, #maps_swf_base, #ziya_map

Methods included from HtmlHelpers::Base

#escape_chars, #escape_once, #escape_url, #mime, #plugin_url, #setup_movie_size, #setup_wmode, #tag, #tag_options

Constructor Details

#initialize(id = nil) ⇒ Italy

Returns a new instance of Italy.



3
4
5
# File 'lib/ziya/maps/italy.rb', line 3

def initialize( id=nil )
  super( :italy, id )
end