RI::Attribute (Class)

In: rdoc/ri/ri_descriptions.rb
Parent: NamedThing

Methods

new  

Attributes

comment  [R] 
rw  [R] 

Public Class methods

[Source]

# File rdoc/ri/ri_descriptions.rb, line 33
    def initialize(name, rw, comment)
      super(name)
      @rw = rw
      @comment = comment
    end

[Validate]