Class: LimitSection

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/limit_section.rb

Instance Method Summary collapse

Instance Method Details

#weightObject



53
54
55
56
57
# File 'app/models/limit_section.rb', line 53

def weight
  return 3 unless terminal_profile_id.blank?
  return 2 unless agent_id.blank?
  return 1
end