Class: MilkTea::PackageSourceFetcher::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#identityObject (readonly)

Returns the value of attribute identity

Returns:

  • (Object)

    the current value of identity



10
11
12
# File 'lib/milk_tea/packages/source_fetcher.rb', line 10

def identity
  @identity
end

#package_nameObject (readonly)

Returns the value of attribute package_name

Returns:

  • (Object)

    the current value of package_name



10
11
12
# File 'lib/milk_tea/packages/source_fetcher.rb', line 10

def package_name
  @package_name
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



10
11
12
# File 'lib/milk_tea/packages/source_fetcher.rb', line 10

def path
  @path
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



10
11
12
# File 'lib/milk_tea/packages/source_fetcher.rb', line 10

def status
  @status
end