Class: Exif::Tag::MakerNote::SonySequenceNumber

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

Overview

0xb04a - Sequence Number

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



589
590
591
592
593
594
595
# File 'lib/exifparser/makernote/sony.rb', line 589

def to_s
  if @formatted == 0
    "Single"
  else
    @formatted.to_s + " (Unknown)"
  end
end