| In: |
DescribeMethods.rb
|
| Parent: | Object |
Instances of this class are automatically created by describe_method
| arguments | [R] | An (ordered) array of Method::Arg instances, representing the arguments the method expects |
| description | [R] | An extended description of the method |
| display_name | [R] | A ‘friendly’ name to display for the method |
| method_name | [R] | The (Ruby) name of the method being described |
| return_type | [R] | A symbol representing the return type of the method (or nil if the result may change) |