static public Method

Base.api_method_instance(method_name)

The Method instance for the given API method name, if any

Source Code

# File action_web_service/api.rb, line 134
def api_method_instance(method_name)
  api_methods[method_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.