Class: RDocF95::RI::MethodDescription
- Inherits:
-
Description
- Object
- Description
- RDocF95::RI::MethodDescription
- Defined in:
- lib/rdoc-f95/ri/descriptions.rb
Instance Attribute Summary collapse
-
#aliases ⇒ Object
Returns the value of attribute aliases.
-
#block_params ⇒ Object
Returns the value of attribute block_params.
-
#is_alias_for ⇒ Object
Returns the value of attribute is_alias_for.
-
#is_class_method ⇒ Object
Returns the value of attribute is_class_method.
-
#is_singleton ⇒ Object
Returns the value of attribute is_singleton.
-
#params ⇒ Object
Returns the value of attribute params.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Attributes inherited from Description
Method Summary
Methods inherited from Description
Instance Attribute Details
#aliases ⇒ Object
Returns the value of attribute aliases.
142 143 144 |
# File 'lib/rdoc-f95/ri/descriptions.rb', line 142 def aliases @aliases end |
#block_params ⇒ Object
Returns the value of attribute block_params.
140 141 142 |
# File 'lib/rdoc-f95/ri/descriptions.rb', line 140 def block_params @block_params end |
#is_alias_for ⇒ Object
Returns the value of attribute is_alias_for.
143 144 145 |
# File 'lib/rdoc-f95/ri/descriptions.rb', line 143 def is_alias_for @is_alias_for end |
#is_class_method ⇒ Object
Returns the value of attribute is_class_method.
138 139 140 |
# File 'lib/rdoc-f95/ri/descriptions.rb', line 138 def is_class_method @is_class_method end |
#is_singleton ⇒ Object
Returns the value of attribute is_singleton.
141 142 143 |
# File 'lib/rdoc-f95/ri/descriptions.rb', line 141 def is_singleton @is_singleton end |
#params ⇒ Object
Returns the value of attribute params.
144 145 146 |
# File 'lib/rdoc-f95/ri/descriptions.rb', line 144 def params @params end |
#visibility ⇒ Object
Returns the value of attribute visibility.
139 140 141 |
# File 'lib/rdoc-f95/ri/descriptions.rb', line 139 def visibility @visibility end |