Class: Signpost::Endpoint::Resolver::Result
- Inherits:
-
Struct
- Object
- Struct
- Signpost::Endpoint::Resolver::Result
- Defined in:
- lib/signpost/endpoint/resolver.rb
Overview
Class: result of resolving
Here is ‘#endpoint` is an endpoint class and `#params` is a hash with controller and action names
Instance Attribute Summary collapse
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#params ⇒ Object
Returns the value of attribute params.
Instance Attribute Details
#endpoint ⇒ Object
Returns the value of attribute endpoint
12 13 14 |
# File 'lib/signpost/endpoint/resolver.rb', line 12 def endpoint @endpoint end |
#params ⇒ Object
Returns the value of attribute params
12 13 14 |
# File 'lib/signpost/endpoint/resolver.rb', line 12 def params @params end |