Class: Exif::Tag::GPS::GPSVersionID
Overview
0x0000 - GPSVersionID
type : byte count: 4
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_s ⇒ Object
1664 1665 1666 1667 1668 1669 1670 1671 |
# File 'lib/exifparser/tag.rb', line 1664 def to_s case @formatted when [2,2,0,0] "Version 2.2" else "Unknown" end end |