X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX;a=blobdiff_plain;f=lib%2FFile%2FKDBX%2FGroup.pm;h=1af2c81a3d18b33c7420a9c9c3a1f8c3b3e2e227;hp=0e8f1abe506d4e6b59326e490e1cd442a4165a00;hb=63d73bf382edfb0089b36a45193fc2835cb58b6d;hpb=de4c4c788a24dd5af457ee5ad2006e8f60415ce9 diff --git a/lib/File/KDBX/Group.pm b/lib/File/KDBX/Group.pm index 0e8f1ab..1af2c81 100644 --- a/lib/File/KDBX/Group.pm +++ b/lib/File/KDBX/Group.pm @@ -21,10 +21,6 @@ extends 'File::KDBX::Object'; our $VERSION = '999.999'; # VERSION -=attr uuid - -128-bit UUID identifying the group within the database. - =attr name The human-readable name of the group. @@ -33,18 +29,6 @@ The human-readable name of the group. Free form text string associated with the group. -=attr tags - -Text string with arbitrary tags which can be used to build a taxonomy. - -=attr icon_id - -Integer representing a default icon. See L for valid values. - -=attr custom_icon_uuid - -128-bit UUID identifying a custom icon within the database. - =attr is_expanded Whether or not subgroups are visible when listed for user selection. @@ -65,15 +49,6 @@ Whether or not entries within the group can show up in search results, inheritab The UUID of the entry visible at the top of the list. -=attr custom_data - -A set of key-value pairs used to store arbitrary data, usually used by software to keep track of state rather -than by end users (who typically work with the strings and binaries). - -=attr previous_parent_group - -128-bit UUID identifying a group within the database. - =attr entries Array of entries contained within the group. @@ -82,34 +57,6 @@ Array of entries contained within the group. Array of subgroups contained within the group. -=attr last_modification_time - -Date and time when the entry was last modified. - -=attr creation_time - -Date and time when the entry was created. - -=attr last_access_time - -Date and time when the entry was last accessed. - -=attr expiry_time - -Date and time when the entry expired or will expire. - -=attr expires - -Boolean value indicating whether or not an entry is expired. - -=attr usage_count - -TODO - -=attr location_changed - -Date and time when the entry was last moved to a different parent group. - =cut # has uuid => sub { generate_uuid(printable => 1) }; @@ -160,7 +107,7 @@ sub uuid { \@entries = $group->entries; -Get an array of direct entries within a group. +Get an array of direct child entries within a group. =cut @@ -561,7 +508,7 @@ sub is_recycle_bin { $bool = $group->is_entry_templates; -Get whether or not a group is the group containing entry template of its connected database. +Get whether or not a group is the group containing entry template in its connected database. =cut