Class: GnomeKeyring::Found

Inherits:
Object
  • Object
show all
Defined in:
lib/gir_ffi-gnome_keyring/found.rb

Overview

Overrides for GnomeKeyringFound

Instance Method Summary collapse

Instance Method Details

#attributesObject



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