method
get

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