Exception: Hollow::Application::ResourceMethodException

Inherits:
HollowException
  • Object
show all
Defined in:
lib/hollow/application.rb

Overview

Indicates an illegal resource method name.

Instance Attribute Summary collapse

Instance Attribute Details

#method_nameObject (readonly)

The illegal method name.



41
42
43
# File 'lib/hollow/application.rb', line 41

def method_name
  @method_name
end

#resource_nameObject (readonly)

The legal resource name provided for the request.



38
39
40
# File 'lib/hollow/application.rb', line 38

def resource_name
  @resource_name
end