Class: MilkTea::PackageRegistryStore::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#package_nameObject (readonly)

Returns the value of attribute package_name

Returns:

  • (Object)

    the current value of package_name



16
17
18
# File 'lib/milk_tea/packages/registry_store.rb', line 16

def package_name
  @package_name
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



16
17
18
# File 'lib/milk_tea/packages/registry_store.rb', line 16

def path
  @path
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



16
17
18
# File 'lib/milk_tea/packages/registry_store.rb', line 16

def version
  @version
end