Class: Pkg_noisrev::FbsdPort::Moved
- Inherits:
-
Struct
- Object
- Struct
- Pkg_noisrev::FbsdPort::Moved
- Defined in:
- lib/pkg_noisrev/fbsdpackage.rb
Overview
A placeholder for moved or removed single port.
:movedto may be an empty string (indicates that the port was deleted)
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#movedto ⇒ Object
Returns the value of attribute movedto.
-
#why ⇒ Object
Returns the value of attribute why.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
326 327 328 |
# File 'lib/pkg_noisrev/fbsdpackage.rb', line 326 def date @date end |
#movedto ⇒ Object
Returns the value of attribute movedto
326 327 328 |
# File 'lib/pkg_noisrev/fbsdpackage.rb', line 326 def movedto @movedto end |
#why ⇒ Object
Returns the value of attribute why
326 327 328 |
# File 'lib/pkg_noisrev/fbsdpackage.rb', line 326 def why @why end |