Class ActionWebService::API::Method
In: lib/action_web_service/api.rb
Parent: Object

Represents an API method and its associated metadata, and provides functionality to assist in commonly performed API method tasks.

Methods

Attributes

expects  [R] 
name  [R] 
public_name  [R] 
returns  [R] 

Public Class methods

Public Instance methods

Backwards compatibility with previous API

Casts a set of Ruby values into the expected Ruby values

Cast a Ruby return value into the expected Ruby value

Returns the index of the first expected parameter with the given name

Returns a hash keyed by parameter name for the given parameter list

The list of parameter names for this method

String representation of this method

[Validate]