Class: EducodeSales::BusinessClazzChange

Inherits:
ApplicationRecord show all
Defined in:
app/models/educode_sales/business_clazz_change.rb

Class Method Summary collapse

Class Method Details

.clazz_changes_valueObject



8
9
10
11
12
13
14
15
16
17
18
19
# File 'app/models/educode_sales/business_clazz_change.rb', line 8

def self.clazz_changes_value
  {
    '1' => ['a-x', 'b-x', 'c-x'],
    '2' => ['b-a', 'c-a', 'd-a'],
    '3' => ['a-x'],
    '4' => ['a-x', 'b-x'],
    '5' => ['a-x', 'b-x', 'c-x'],
    '6' => ['b-a'],
    '7' => ['b-a', 'c-a'],
    '8' => ['b-a', 'c-a', 'd-a']
  }
end