Class: Exif::Tag::Exif::FocalLengthIn35mmFilm

Inherits:
Base
  • Object
show all
Defined in:
lib/exifparser/tag.rb

Overview

0xa405 - FocalLengthIn35mmFilm

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, #processData, #value

Constructor Details

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

Instance Method Details

#to_sObject



1518
1519
1520
# File 'lib/exifparser/tag.rb', line 1518

def to_s
  @formatted == 0 ? 'Unknown' : formatFocalLength(@formatted)
end