Class: Exif::Tag::MakerNote::ReleaseCount

Inherits:
NikonBase show all
Defined in:
lib/exifparser/makernote/nikon2.rb

Overview

0x00a7 - ReleaseCount

Instance Attribute Summary

Attributes inherited from Base

#IFD, #count, #data, #dataPos, #pos, #tagID

Instance Method Summary collapse

Methods inherited from Base

#formatExposureTime, #formatFNumber, #formatFocalLength, #formatLatLon, #initialize, #inspect, #name, #to_s, #value

Constructor Details

This class inherits a constructor from Exif::Tag::Base

Instance Method Details

#processDataObject



442
443
444
445
# File 'lib/exifparser/makernote/nikon2.rb', line 442

def processData
  super
  @@release_count = @formatted  # This value is used for LensParamaters tag.
end