Class: LocalVault::GroupCatalog::Entry
- Inherits:
-
Data
- Object
- Data
- LocalVault::GroupCatalog::Entry
- Defined in:
- lib/localvault/group_catalog.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#source_kind ⇒ Object
readonly
Returns the value of attribute source_kind.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#label ⇒ Object (readonly)
Returns the value of attribute label
3 4 5 |
# File 'lib/localvault/group_catalog.rb', line 3 def label @label end |
#source_kind ⇒ Object (readonly)
Returns the value of attribute source_kind
3 4 5 |
# File 'lib/localvault/group_catalog.rb', line 3 def source_kind @source_kind end |
#value ⇒ Object (readonly)
Returns the value of attribute value
3 4 5 |
# File 'lib/localvault/group_catalog.rb', line 3 def value @value end |