Class: Nanoc::OutdatednessReasons::Generic
- Inherits:
-
Object
- Object
- Nanoc::OutdatednessReasons::Generic
- Defined in:
- lib/nanoc/base/compilation/outdatedness_reasons.rb
Overview
A generic outdatedness reason. An outdatedness reason is basically a descriptive message that explains why a given object is outdated.
Instance Attribute Summary (collapse)
-
- (String) message
readonly
A descriptive message for this outdatedness reason.
Instance Method Summary (collapse)
-
- (Generic) initialize(message)
constructor
A new instance of Generic.
Constructor Details
- (Generic) initialize(message)
Returns a new instance of Generic
14 15 16 |
# File 'lib/nanoc/base/compilation/outdatedness_reasons.rb', line 14 def initialize() @message = end |
Instance Attribute Details
- (String) message (readonly)
Returns A descriptive message for this outdatedness reason
10 11 12 |
# File 'lib/nanoc/base/compilation/outdatedness_reasons.rb', line 10 def @message end |