Class: LocalVault::GroupCatalog::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/localvault/group_catalog.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



3
4
5
# File 'lib/localvault/group_catalog.rb', line 3

def label
  @label
end

#source_kindObject (readonly)

Returns the value of attribute source_kind

Returns:

  • (Object)

    the current value of source_kind



3
4
5
# File 'lib/localvault/group_catalog.rb', line 3

def source_kind
  @source_kind
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



3
4
5
# File 'lib/localvault/group_catalog.rb', line 3

def value
  @value
end