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
67 |
# File 'ext/exiv2/exiv2.cpp', line 67 static VALUE xmp_data_add(VALUE self, VALUE key, VALUE value); |
#delete ⇒ Object
68 |
# File 'ext/exiv2/exiv2.cpp', line 68 static VALUE xmp_data_delete(VALUE self, VALUE key); |
#each ⇒ Object
66 |
# File 'ext/exiv2/exiv2.cpp', line 66 static VALUE xmp_data_each(VALUE self); |