Class: MilkTea::PackageSourceFetcher::Result
- Inherits:
-
Data
- Object
- Data
- MilkTea::PackageSourceFetcher::Result
- Defined in:
- lib/milk_tea/packages/source_fetcher.rb
Instance Attribute Summary collapse
-
#identity ⇒ Object
readonly
Returns the value of attribute identity.
-
#package_name ⇒ Object
readonly
Returns the value of attribute package_name.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#identity ⇒ Object (readonly)
Returns the value of attribute identity
10 11 12 |
# File 'lib/milk_tea/packages/source_fetcher.rb', line 10 def identity @identity end |
#package_name ⇒ Object (readonly)
Returns the value of attribute package_name
10 11 12 |
# File 'lib/milk_tea/packages/source_fetcher.rb', line 10 def package_name @package_name end |
#path ⇒ Object (readonly)
Returns the value of attribute path
10 11 12 |
# File 'lib/milk_tea/packages/source_fetcher.rb', line 10 def path @path end |
#status ⇒ Object (readonly)
Returns the value of attribute status
10 11 12 |
# File 'lib/milk_tea/packages/source_fetcher.rb', line 10 def status @status end |