Class: ExifTagger::Tag::CodedCharacterSet
- Defined in:
- lib/phtools/exif_tagger/tags/coded_character_set.rb
Overview
-IPTC:CodedCharacterSet, string!
Constant Summary collapse
- MAX_BYTESIZE =
32- EXIFTOOL_TAGS =
%w(CodedCharacterSet)
Instance Attribute Summary
Attributes inherited from Tag
#errors, #force_write, #info, #value, #value_invalid, #warnings, #write_script_lines
Instance Method Summary collapse
-
#initialize(value_raw = '') ⇒ CodedCharacterSet
constructor
A new instance of CodedCharacterSet.
Methods inherited from Tag
#<=>, #check_for_warnings, #tag_id, #tag_name, #to_s, #to_write_script, #valid?
Constructor Details
#initialize(value_raw = '') ⇒ CodedCharacterSet
Returns a new instance of CodedCharacterSet.
14 15 16 |
# File 'lib/phtools/exif_tagger/tags/coded_character_set.rb', line 14 def initialize(value_raw = '') super(value_raw.to_s) end |