Class: ExifTagger::Tag::WorldRegion

Inherits:
Tag
  • Object
show all
Defined in:
lib/phtools/exif_tagger/tags/world_region.rb

Overview

-XMP-iptcExt:LocationShownWorldRegion, String

Constant Summary collapse

MAX_BYTESIZE =

No limit in XMP spec

64
EXIFTOOL_TAGS =
%w(LocationShownWorldRegion)

Instance Attribute Summary

Attributes inherited from Tag

#errors, #force_write, #info, #value, #value_invalid, #warnings, #write_script_lines

Instance Method Summary collapse

Methods inherited from Tag

#<=>, #check_for_warnings, #tag_id, #tag_name, #to_s, #to_write_script, #valid?

Constructor Details

#initialize(value_raw = []) ⇒ WorldRegion

Returns a new instance of WorldRegion.



14
15
16
# File 'lib/phtools/exif_tagger/tags/world_region.rb', line 14

def initialize(value_raw = [])
  super(value_raw.to_s)
end