Class: Exiv2::ExifData
- Inherits:
-
Object
show all
- Includes:
- SharedMethods
- Defined in:
- lib/exiv2/exif_data.rb,
ext/exiv2/exiv2.cpp
Instance Method Summary
collapse
#[], #[]=, #delete_all, #inspect, #to_hash
Instance Method Details
#add ⇒ Object
57
|
# File 'ext/exiv2/exiv2.cpp', line 57
static VALUE exif_data_add(VALUE self, VALUE key, VALUE value);
|
#delete ⇒ Object
58
|
# File 'ext/exiv2/exiv2.cpp', line 58
static VALUE exif_data_delete(VALUE self, VALUE key);
|
#each ⇒ Object
56
|
# File 'ext/exiv2/exiv2.cpp', line 56
static VALUE exif_data_each(VALUE self);
|