Class: Exiv2::ExifData

Inherits:
Object
  • Object
show all
Includes:
SharedMethods
Defined in:
lib/exiv2/exif_data.rb,
ext/exiv2/exiv2.cpp

Instance Method Summary collapse

Methods included from SharedMethods

#[], #[]=, #delete_all, #inspect, #to_hash

Instance Method Details

#addObject



70
# File 'ext/exiv2/exiv2.cpp', line 70

static VALUE exif_data_add(VALUE self, VALUE key, VALUE value);

#deleteObject



71
# File 'ext/exiv2/exiv2.cpp', line 71

static VALUE exif_data_delete(VALUE self, VALUE key);

#eachObject



69
# File 'ext/exiv2/exiv2.cpp', line 69

static VALUE exif_data_each(VALUE self);