Class: MilkTea::PackageLock::LockedPackage

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/packages/lock.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dependency_idsObject (readonly)

Returns the value of attribute dependency_ids

Returns:

  • (Object)

    the current value of dependency_ids



11
12
13
# File 'lib/milk_tea/packages/lock.rb', line 11

def dependency_ids
  @dependency_ids
end

#dependency_namesObject (readonly)

Returns the value of attribute dependency_names

Returns:

  • (Object)

    the current value of dependency_names



11
12
13
# File 'lib/milk_tea/packages/lock.rb', line 11

def dependency_names
  @dependency_names
end

#identityObject (readonly)

Returns the value of attribute identity

Returns:

  • (Object)

    the current value of identity



11
12
13
# File 'lib/milk_tea/packages/lock.rb', line 11

def identity
  @identity
end

#instance_idObject (readonly)

Returns the value of attribute instance_id

Returns:

  • (Object)

    the current value of instance_id



11
12
13
# File 'lib/milk_tea/packages/lock.rb', line 11

def instance_id
  @instance_id
end

#manifest_pathObject (readonly)

Returns the value of attribute manifest_path

Returns:

  • (Object)

    the current value of manifest_path



11
12
13
# File 'lib/milk_tea/packages/lock.rb', line 11

def manifest_path
  @manifest_path
end

#package_nameObject (readonly)

Returns the value of attribute package_name

Returns:

  • (Object)

    the current value of package_name



11
12
13
# File 'lib/milk_tea/packages/lock.rb', line 11

def package_name
  @package_name
end