Class: Vcdeps::Port
- Inherits:
-
Struct
- Object
- Struct
- Vcdeps::Port
- Defined in:
- lib/vcdeps/installed.rb
Overview
One installed port (name/version/triplet), parsed from an info-list filename.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#triplet ⇒ Object
Returns the value of attribute triplet.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/vcdeps/installed.rb', line 5 def name @name end |
#triplet ⇒ Object
Returns the value of attribute triplet
5 6 7 |
# File 'lib/vcdeps/installed.rb', line 5 def triplet @triplet end |
#version ⇒ Object
Returns the value of attribute version
5 6 7 |
# File 'lib/vcdeps/installed.rb', line 5 def version @version end |