Flowdock
method

new

Importance_0
v1.1.6 - Show latest stable - 0 notes - Class: ActionWebService::API::Method
new(name, public_name, expects, returns) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionwebservice/lib/action_web_service/api.rb, line 172
      def initialize(name, public_name, expects, returns)
        @name = name
        @public_name = public_name
        @expects = expects
        @returns = returns
        @caster = ActionWebService::Casting::BaseCaster.new(self)
      end
Register or log in to add new notes.