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
75
|
# File 'ext/exiv2/exiv2.cpp', line 75
static VALUE iptc_data_add(VALUE self, VALUE key, VALUE value);
|
#delete ⇒ Object
76
|
# File 'ext/exiv2/exiv2.cpp', line 76
static VALUE iptc_data_delete(VALUE self, VALUE key);
|
#each ⇒ Object
74
|
# File 'ext/exiv2/exiv2.cpp', line 74
static VALUE iptc_data_each(VALUE self);
|