Class: RDocF95::RI::Attribute

Inherits:
RDocF95::RI::NamedThing
  • Object
show all
Defined in:
lib/rdoc-f95/ri/descriptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, rw, comment) ⇒ Attribute

Returns a new instance of Attribute.



33
34
35
36
37
# File 'lib/rdoc-f95/ri/descriptions.rb', line 33

def initialize(name, rw, comment)
  super(name)
  @rw = rw
  @comment = comment
end

Instance Attribute Details

#commentObject (readonly)

Returns the value of attribute comment.



32
33
34
# File 'lib/rdoc-f95/ri/descriptions.rb', line 32

def comment
  @comment
end

#rwObject (readonly)

Returns the value of attribute rw.



32
33
34
# File 'lib/rdoc-f95/ri/descriptions.rb', line 32

def rw
  @rw
end