Class: Exif::Tag::MakerNote::NikonCameraSerialNumber

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

Overview

0x001d - NikonCameraSerialNumber

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



193
194
195
196
# File 'lib/exifparser/makernote/nikon2.rb', line 193

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