Represents an API method and its associated metadata, and provides
functionality to assist in commonly performed API method tasks.
| Public Methods |
| [] |
Backwards compatibility with previous API
|
| cast_expects |
Casts a set of Ruby values into the expected Ruby values
|
| cast_returns |
Cast a Ruby return value into the expected Ruby value
|
| expects_index_of |
Returns the index of the first expected parameter with the given name
|
| expects_to_hash |
Returns a hash keyed by parameter name for the given parameter list
|
| new |
|
| param_names |
The list of parameter names for this method
|
| to_s |
String representation of this method
|
<code/>and<pre/>for code samples.