Class: ExifTagger::Tag::ModifyDate

Inherits:
TagDate show all
Defined in:
lib/phtools/exif_tagger/tags/modify_date.rb

Overview

-EXIF:ModifyDate=now

Constant Summary collapse

EXIFTOOL_TAGS =
%w(ModifyDate)

Constants inherited from TagDate

TagDate::MAX_BYTESIZE

Instance Attribute Summary

Attributes inherited from Tag

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

Method Summary

Methods inherited from Tag

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

Constructor Details

This class inherits a constructor from ExifTagger::Tag::Tag