struct Keepass::Entry
- Keepass::Entry
- Struct
- Value
- Object
Defined in:
keepass/entry.crConstructors
Instance Method Summary
- #created_at : Time | Nil
- #created_at=(created_at : Time | Nil)
- #data : Hash(String, String)
- #data=(data : Hash(String, String))
- #last_accessed_at : Time | Nil
- #last_accessed_at=(last_accessed_at : Time | Nil)
- #notes
- #password
- #title
- #updated_at : Time | Nil
- #updated_at=(updated_at : Time | Nil)
- #url
- #usage_count : Int32 | Nil
- #usage_count=(usage_count : Int32 | Nil)
- #user_name
- #uuid : String
- #uuid=(uuid : String)
Constructor Detail
def self.new(uuid : String, data : Hash(String, String), created_at : Time | Nil, updated_at : Time | Nil, last_accessed_at : Time | Nil, usage_count : Int32 | Nil)
#