Class: Exiv2::XmpData
- Inherits:
-
Object
- Object
- Exiv2::XmpData
- Includes:
- SharedMethods
- Defined in:
- lib/exiv2/xmp_data.rb,
ext/exiv2/exiv2.cpp
Instance Method Summary collapse
Methods included from SharedMethods
#[], #[]=, #delete_all, #inspect, #to_hash
Instance Method Details
#add ⇒ Object
80 |
# File 'ext/exiv2/exiv2.cpp', line 80
static VALUE xmp_data_add(VALUE self, VALUE key, VALUE value);
|
#delete ⇒ Object
81 |
# File 'ext/exiv2/exiv2.cpp', line 81
static VALUE xmp_data_delete(VALUE self, VALUE key);
|
#each ⇒ Object
79 |
# File 'ext/exiv2/exiv2.cpp', line 79 static VALUE xmp_data_each(VALUE self); |