Flowdock
method

call_web_service_definition_callbacks

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActionWebService::Container::Delegated::ClassMethods
call_web_service_definition_callbacks(container_class, web_service_name, service_info) private

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/container/delegated_container.rb, line 67
          def call_web_service_definition_callbacks(container_class, web_service_name, service_info)
            (read_inheritable_attribute("web_service_definition_callbacks") || []).each do |block|
              block.call(container_class, web_service_name, service_info)
            end
          end
Register or log in to add new notes.