Class: Exif::Tag::MakerNote::SonyTeleconverter
- Defined in:
- lib/exifparser/makernote/sony.rb
Overview
0x0105 - Teleconverter Model
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
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
# File 'lib/exifparser/makernote/sony.rb', line 54 def to_s case @formatted when 0x00 "None" when 0x48 "Minolta AF 2x APO (D)" when 0x50 "Minolta AF 2x APO II" when 0x88 "Minolta AF 1.4x APO (D)" when 0x90 "Minolta AF 1.4x APO II" else "Unknown" end end |