Subversion Info

Rev
406
Last Checked In
2007-07-18 17:01:59 (7 months ago)
Checked in by
bbleything

Parent

Methods

Included Modules

Class Index

Quicksearch

Arrow::Subject

An abstract base class for monitor "subjects", which are datapoints which may be subscribed to by monitoring applications.

Constants

SVNRev
SVN Revision
SVNId
SVN Id

Protected Instance Methods

initialize( description ) click to toggle source

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

secsequence

--- SEC00081

seccomment

--- ""

method_list

--- 
- 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

sectitle

--- 

constants

--- 
- 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 $"

[Validate]

Generated with the Darkfish Rdoc Generator.