Exception: Hollow::Application::ResourceMethodException
- Inherits:
-
HollowException
- Object
- StandardError
- HollowException
- Hollow::Application::ResourceMethodException
- Defined in:
- lib/hollow/application.rb
Overview
Indicates an illegal resource method name.
Instance Attribute Summary collapse
-
#method_name ⇒ Object
readonly
The illegal method name.
-
#resource_name ⇒ Object
readonly
The legal resource name provided for the request.
Instance Attribute Details
#method_name ⇒ Object (readonly)
The illegal method name.
41 42 43 |
# File 'lib/hollow/application.rb', line 41 def method_name @method_name end |
#resource_name ⇒ Object (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 |