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

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

Overview

0x927c - MakerNote

Instance Attribute Summary

Attributes inherited from Base

#IFD, #count, #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

#_format0(data) ⇒ Object



1196
1197
1198
# File 'lib/exifparser/tag.rb', line 1196

def _format0(data)
  @data
end

#dataObject



1192
1193
1194
# File 'lib/exifparser/tag.rb', line 1192

def data
  @data
end

#to_sObject



1200
1201
1202
# File 'lib/exifparser/tag.rb', line 1200

def to_s
  sprintf("MakerNote data (%i bytes)", data.size)
end