Method: Shadow#inactive_days
- Defined in:
- lib/resources/shadow.rb
#inactive_days(filter_by = nil) ⇒ Object
96 97 98 |
# File 'lib/resources/shadow.rb', line 96 def inactive_days(filter_by = nil) filter_by.nil? ? map_data('inactive_days') : filter(inactive_days: filter_by) end |