Class: RoundhouseUi::JobSetBrowsing::Matched
- Inherits:
-
Struct
- Object
- Struct
- RoundhouseUi::JobSetBrowsing::Matched
- Defined in:
- app/controllers/concerns/roundhouse_ui/job_set_browsing.rb
Overview
unfiltered means "this action was not authorised". reason says why, in the
words the operator should read — it was duplicated verbatim in two controllers.
Instance Attribute Summary collapse
-
#capped ⇒ Object
Returns the value of attribute capped.
-
#entries ⇒ Object
Returns the value of attribute entries.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#unfiltered ⇒ Object
Returns the value of attribute unfiltered.
Instance Attribute Details
#capped ⇒ Object
Returns the value of attribute capped
20 21 22 |
# File 'app/controllers/concerns/roundhouse_ui/job_set_browsing.rb', line 20 def capped @capped end |
#entries ⇒ Object
Returns the value of attribute entries
20 21 22 |
# File 'app/controllers/concerns/roundhouse_ui/job_set_browsing.rb', line 20 def entries @entries end |
#reason ⇒ Object
Returns the value of attribute reason
20 21 22 |
# File 'app/controllers/concerns/roundhouse_ui/job_set_browsing.rb', line 20 def reason @reason end |
#unfiltered ⇒ Object
Returns the value of attribute unfiltered
20 21 22 |
# File 'app/controllers/concerns/roundhouse_ui/job_set_browsing.rb', line 20 def unfiltered @unfiltered end |