Class: Exiv2::IptcData
- Inherits:
-
Object
show all
- Includes:
- SharedMethods
- Defined in:
- lib/exiv2/iptc_data.rb,
ext/exiv2/exiv2.cpp
Instance Method Summary
collapse
#[], #[]=, #delete_all, #inspect, #to_hash
Instance Method Details
#add ⇒ Object
62
|
# File 'ext/exiv2/exiv2.cpp', line 62
static VALUE iptc_data_add(VALUE self, VALUE key, VALUE value);
|
#delete ⇒ Object
63
|
# File 'ext/exiv2/exiv2.cpp', line 63
static VALUE iptc_data_delete(VALUE self, VALUE key);
|
#each ⇒ Object
61
|
# File 'ext/exiv2/exiv2.cpp', line 61
static VALUE iptc_data_each(VALUE self);
|