Class RI::Attribute
In: ri/ri_descriptions.rb
Parent: NamedThing

Methods

new  

Attributes

comment  [R] 
rw  [R] 

Public Class methods

[Source]

    # File ri/ri_descriptions.rb, line 34
34:     def initialize(name, rw, comment)
35:       super(name)
36:       @rw = rw
37:       @comment = comment
38:     end

[Validate]