Method: Keybox::AccountEntry#initialize

Defined in:
lib/keybox/entry.rb

#initialize(title = "", username = "") ⇒ AccountEntry

Returns a new instance of AccountEntry.



80
81
82
83
84
85
# File 'lib/keybox/entry.rb', line 80

def initialize(title = "",username = "")
    super()
    self.title              = title
    self.username           = username
    self.additional_info    = ""
end