method

get

rails latest stable - Class: ActiveResource::CustomMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

get(method_name, options = {})
public

No documentation available.

# File activeresource/lib/active_resource/custom_methods.rb, line 88
    def get(method_name, options = {})
      self.class.format.decode(connection.get(custom_method_element_url(method_name, options), self.class.headers).body)
    end