Method: Keybox::AccountEntry#fields

Defined in:
lib/keybox/entry.rb

#fieldsObject

fields that are actually stored in the entry



47
48
49
# File 'lib/keybox/entry.rb', line 47

def fields
    (default_fields + @data_members.keys ).collect { |k| k.to_s }.uniq
end