Class: Athar::Dashboard::ActorOptions
- Inherits:
-
Object
- Object
- Athar::Dashboard::ActorOptions
- Defined in:
- lib/athar/dashboard/actor_options.rb
Defined Under Namespace
Classes: Result
Constant Summary collapse
- LIMIT =
50
Instance Method Summary collapse
- #call(connection: ActiveRecord::Base.connection) ⇒ Object
-
#initialize(cutoff:) ⇒ ActorOptions
constructor
A new instance of ActorOptions.
Constructor Details
#initialize(cutoff:) ⇒ ActorOptions
Returns a new instance of ActorOptions.
9 10 11 |
# File 'lib/athar/dashboard/actor_options.rb', line 9 def initialize(cutoff:) @cutoff = cutoff end |