Class: RoundhouseUi::JobSetBrowsing::Matched

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cappedObject

Returns the value of attribute capped

Returns:

  • (Object)

    the current value of capped



20
21
22
# File 'app/controllers/concerns/roundhouse_ui/job_set_browsing.rb', line 20

def capped
  @capped
end

#entriesObject

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



20
21
22
# File 'app/controllers/concerns/roundhouse_ui/job_set_browsing.rb', line 20

def entries
  @entries
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



20
21
22
# File 'app/controllers/concerns/roundhouse_ui/job_set_browsing.rb', line 20

def reason
  @reason
end

#unfilteredObject

Returns the value of attribute unfiltered

Returns:

  • (Object)

    the current value of unfiltered



20
21
22
# File 'app/controllers/concerns/roundhouse_ui/job_set_browsing.rb', line 20

def unfiltered
  @unfiltered
end