Class: LocalVault::GroupCatalog::Group
- Inherits:
-
Data
- Object
- Data
- LocalVault::GroupCatalog::Group
- Defined in:
- lib/localvault/group_catalog.rb
Instance Attribute Summary collapse
-
#entries ⇒ Object
readonly
Returns the value of attribute entries.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#entries ⇒ Object (readonly)
Returns the value of attribute entries
4 5 6 |
# File 'lib/localvault/group_catalog.rb', line 4 def entries @entries end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
4 5 6 |
# File 'lib/localvault/group_catalog.rb', line 4 def kind @kind end |
#name ⇒ Object (readonly)
Returns the value of attribute name
4 5 6 |
# File 'lib/localvault/group_catalog.rb', line 4 def name @name end |
Instance Method Details
#count ⇒ Object
5 6 7 |
# File 'lib/localvault/group_catalog.rb', line 5 def count entries.length end |