class Passdb::Entry

Attributes

attributes[RW]
name[RW]
vendor[RW]

Public Class Methods

new() click to toggle source
# File lib/passdb/entry.rb, line 5
def initialize()
  self.attributes = {}
end