Class: Pkg_noisrev::FbsdPort::Moved

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



326
327
328
# File 'lib/pkg_noisrev/fbsdpackage.rb', line 326

def date
  @date
end

#movedtoObject

Returns the value of attribute movedto

Returns:

  • (Object)

    the current value of movedto



326
327
328
# File 'lib/pkg_noisrev/fbsdpackage.rb', line 326

def movedto
  @movedto
end

#whyObject

Returns the value of attribute why

Returns:

  • (Object)

    the current value of why



326
327
328
# File 'lib/pkg_noisrev/fbsdpackage.rb', line 326

def why
  @why
end