Class: ExtractExifGps::GpsExtractor
- Inherits:
-
Object
- Object
- ExtractExifGps::GpsExtractor
- 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
-
#initialize(file_set) ⇒ GpsExtractor
constructor
A new instance of GpsExtractor.
Constructor Details
#initialize(file_set) ⇒ GpsExtractor
Returns a new instance of GpsExtractor.
15 16 17 |
# File 'lib/gps_extractor.rb', line 15 def initialize(file_set) @file_set = file_set end |