class GnomeKeyring::Found
Overrides for GnomeKeyringFound
Public Instance Methods
attributes()
click to toggle source
# File lib/gir_ffi-gnome_keyring/found.rb, line 13 def attributes GnomeKeyring::AttributeList.wrap(@struct[:attributes]) end
attributes=(value)
click to toggle source
# File lib/gir_ffi-gnome_keyring/found.rb, line 17 def attributes=(value) @struct[:attributes] = GnomeKeyring::AttributeList.from(value) end