Class: Packages
- Inherits:
-
Object
- Object
- Packages
- Defined in:
- lib/AIX/packages.rb
Instance Attribute Summary collapse
-
#list ⇒ Object
readonly
Returns the value of attribute list.
Instance Method Summary collapse
-
#initialize(string) ⇒ Packages
constructor
A new instance of Packages.
- #parse(string) ⇒ Object
Constructor Details
Instance Attribute Details
#list ⇒ Object (readonly)
Returns the value of attribute list.
5 6 7 |
# File 'lib/AIX/packages.rb', line 5 def list @list end |