Class: GnomeKeyring::Found
- Inherits:
-
Object
- Object
- GnomeKeyring::Found
- Defined in:
- lib/gir_ffi-gnome_keyring/found.rb
Overview
Overrides for GnomeKeyringFound
Instance Method Summary collapse
Instance Method Details
#attributes ⇒ Object
13 14 15 |
# File 'lib/gir_ffi-gnome_keyring/found.rb', line 13 def attributes GnomeKeyring::AttributeList.wrap(@struct[:attributes]) end |
#attributes=(value) ⇒ Object
17 18 19 |
# File 'lib/gir_ffi-gnome_keyring/found.rb', line 17 def attributes=(value) @struct[:attributes] = GnomeKeyring::AttributeList.from(value) end |