An abstract base class for monitor "subjects", which are datapoints which may be subscribed to by monitoring applications.
Initialize a new Arrow::Subject (should be called from derivatives).
# File lib/arrow/monitor/subjects.rb, line 48
48: def initialize( description ) # :notnew:
49: @description = description
50: end
--- SEC00081
--- ""
---
- methods:
- visibility: protected
aref: M000230
name: initialize
sourcecode: " <span class=\"ruby-comment cmt\"># File lib/arrow/monitor/subjects.rb, line 48</span>\n\
48: <span class=\"ruby-keyword kw\">def</span> <span class=\"ruby-identifier\">initialize</span>( <span class=\"ruby-identifier\">description</span> ) <span class=\"ruby-comment cmt\"># :notnew:</span>\n\
49: <span class=\"ruby-ivar\">@description</span> = <span class=\"ruby-identifier\">description</span>\n\
50: <span class=\"ruby-keyword kw\">end</span>"
m_desc: |-
<p>
Initialize a new <a href="Subject.html">Arrow::Subject</a> (should be
called from derivatives).
</p>
params: ( description )
category: Instance
type: Protected
---
---
- name: SVNRev
desc: |+
SVN Revision
value: "%q$Rev: 406 $"
- name: SVNId
desc: |+
SVN Id
value: "%q$Id: subjects.rb 406 2007-07-18 17:01:59Z bbleything $"
Generated with the Darkfish Rdoc Generator.