static public Method

Base.has_api_method?(name)

Whether the given method name is a service method on this API

Source Code

# File action_web_service/api.rb, line 98
def has_api_method?(name)
  api_methods.has_key?(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.