public Method

Method.param_names

The list of parameter names for this method

Source Code

# File action_web_service/api.rb, line 181
def param_names
  return [] unless @expects
  @expects.map{ |type| type.name }
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.