Class: ExtractExifGps::GpsExtractor

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Includes:
Enumerable
Defined in:
lib/gps_extractor.rb

Overview

Reads EXIF data from a given FileSet and extracts any available GPS data

Instance Method Summary collapse

Constructor Details

#initialize(file_set) ⇒ GpsExtractor

Returns a new instance of GpsExtractor.

Parameters:



15
16
17
# File 'lib/gps_extractor.rb', line 15

def initialize(file_set)
  @file_set = file_set
end