Class: UniqSysOmega::Tariffs::AllowFilter

Inherits:
Filter
  • Object
show all
Defined in:
lib/allow_filter.rb

Instance Method Summary collapse

Methods inherited from Filter

#initialize

Constructor Details

This class inherits a constructor from UniqSysOmega::Tariffs::Filter

Instance Method Details

#calculate_cost(computer_id, login_id, started_at, amount, options = {}) ⇒ Object



13
14
15
# File 'lib/allow_filter.rb', line 13

def calculate_cost(computer_id, , started_at, amount, options={})
  0
end

#permitted?(computer_id, login_id, options = {}) ⇒ Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/allow_filter.rb', line 9

def permitted?(computer_id, , options={})
  true
end

#process_activity(unprocessed_activity, ft, options = {}) ⇒ Object



17
18
19
# File 'lib/allow_filter.rb', line 17

def process_activity(unprocessed_activity, ft, options={})
  true
end

#start_permitted?(computer_id, login_id, options = {}) ⇒ Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/allow_filter.rb', line 5

def start_permitted?(computer_id, , options={})
  true
end