Method: Exif::Tag::MakerNote::SonyMultiBurstMode#to_s

Defined in:
lib/exifparser/makernote/sony.rb

#to_sObject



125
126
127
128
129
130
131
132
133
134
# File 'lib/exifparser/makernote/sony.rb', line 125

def to_s
  case @formatted
  when 0
    "Off"
  when 1
    "On"
  else
    "Unknown"
  end
end