Module: CodeGroup
- Defined in:
- lib/sequel/code_group.rb
Class Method Summary collapse
- .activity_type ⇒ Object
- .aircraft_document ⇒ Object
- .aircraft_hour_type ⇒ Object
- .aircraft_maintenance_category ⇒ Object
- .aircraft_maintenance_prog ⇒ Object
- .aircraft_maintenance_type ⇒ Object
- .aircraft_note_type ⇒ Object
- .aircraft_owner ⇒ Object
- .aircraft_rate ⇒ Object
- .aircraft_size ⇒ Object
- .aircraft_status ⇒ Object
- .aircraft_type_rating ⇒ Object
- .airline_code ⇒ Object
- .airport_access ⇒ Object
- .airport_cost ⇒ Object
- .airport_facility ⇒ Object
- .airport_lighting ⇒ Object
- .airway_status ⇒ Object
- .area ⇒ Object
- .calculation_type ⇒ Object
- .cancellation_code ⇒ Object
- .car_rental_code ⇒ Object
- .category ⇒ Object
- .certification ⇒ Object
- .checklist_category ⇒ Object
- .checklist_reset ⇒ Object
- .checklist_type ⇒ Object
- .company ⇒ Object
- .cost_unit ⇒ Object
- .credit_card ⇒ Object
- .crew_card ⇒ Object
- .crew_card_status ⇒ Object
- .crew_line ⇒ Object
- .crew_log_field ⇒ Object
- .crew_type ⇒ Object
- .crew_unit ⇒ Object
- .currency ⇒ Object
- .customs_area ⇒ Object
- .delay_reason ⇒ Object
- .department ⇒ Object
- .division ⇒ Object
- .flight ⇒ Object
- .flight_log_expense_payment ⇒ Object
- .flight_log_expense_type ⇒ Object
- .flight_log_expense_unit ⇒ Object
- .flight_plan ⇒ Object
- .fuel ⇒ Object
- .fuel_type ⇒ Object
- .group ⇒ Object
- .hotel_code ⇒ Object
- .klass ⇒ Object
- .language ⇒ Object
- .lead_source ⇒ Object
- .location ⇒ Object
- .marital_status ⇒ Object
- .medical_certification ⇒ Object
- .military_status ⇒ Object
- .misc_ap_service_type ⇒ Object
- .passenger_note_type ⇒ Object
- .passenger_position ⇒ Object
- .passenger_rate ⇒ Object
- .passenger_status ⇒ Object
- .passport_type ⇒ Object
- .place_code ⇒ Object
- .planner_type ⇒ Object
- .position ⇒ Object
- .privilege ⇒ Object
- .pulse_description ⇒ Object
- .purpose ⇒ Object
- .quote_report ⇒ Object
- .quote_report_format ⇒ Object
- .radio_classification ⇒ Object
- .reason ⇒ Object
- .reason_not_booked ⇒ Object
- .reg_qualification ⇒ Object
- .reverser_type ⇒ Object
- .scheduled_report ⇒ Object
- .security_loc ⇒ Object
- .special_qualification ⇒ Object
- .status ⇒ Object
- .training_school ⇒ Object
- .trip_approval ⇒ Object
- .trip_type ⇒ Object
- .vendor_status ⇒ Object
- .vendor_type ⇒ Object
- .visa_type ⇒ Object
Class Method Details
.activity_type ⇒ Object
2 |
# File 'lib/sequel/code_group.rb', line 2 def CodeGroup.activity_type() 'act_type____'; end |
.aircraft_document ⇒ Object
16 |
# File 'lib/sequel/code_group.rb', line 16 def CodeGroup.aircraft_document() 'acdoc_type__'; end |
.aircraft_hour_type ⇒ Object
5 |
# File 'lib/sequel/code_group.rb', line 5 def CodeGroup.aircraft_hour_type() 'hr_type_____'; end |
.aircraft_maintenance_category ⇒ Object
6 |
# File 'lib/sequel/code_group.rb', line 6 def CodeGroup.aircraft_maintenance_category() 'acmaint_cat_'; end |
.aircraft_maintenance_prog ⇒ Object
7 |
# File 'lib/sequel/code_group.rb', line 7 def CodeGroup.aircraft_maintenance_prog() 'man_prog____'; end |
.aircraft_maintenance_type ⇒ Object
8 |
# File 'lib/sequel/code_group.rb', line 8 def CodeGroup.aircraft_maintenance_type() 'acmaint_type'; end |
.aircraft_note_type ⇒ Object
15 |
# File 'lib/sequel/code_group.rb', line 15 def CodeGroup.aircraft_note_type() 'acnote_type_'; end |
.aircraft_owner ⇒ Object
3 |
# File 'lib/sequel/code_group.rb', line 3 def CodeGroup.aircraft_owner() 'ownertyp____'; end |
.aircraft_rate ⇒ Object
17 |
# File 'lib/sequel/code_group.rb', line 17 def CodeGroup.aircraft_rate() 'ac_rate_____'; end |
.aircraft_size ⇒ Object
9 |
# File 'lib/sequel/code_group.rb', line 9 def CodeGroup.aircraft_size() 'ac_size_____'; end |
.aircraft_status ⇒ Object
14 |
# File 'lib/sequel/code_group.rb', line 14 def CodeGroup.aircraft_status() 'ac_status___'; end |
.aircraft_type_rating ⇒ Object
4 |
# File 'lib/sequel/code_group.rb', line 4 def CodeGroup.() 'ac_rating___'; end |
.airline_code ⇒ Object
18 |
# File 'lib/sequel/code_group.rb', line 18 def CodeGroup.airline_code() 'airline_____'; end |
.airport_access ⇒ Object
10 |
# File 'lib/sequel/code_group.rb', line 10 def CodeGroup.airport_access() 'ap_access___'; end |
.airport_cost ⇒ Object
11 |
# File 'lib/sequel/code_group.rb', line 11 def CodeGroup.airport_cost() 'ap_cost_____'; end |
.airport_facility ⇒ Object
12 |
# File 'lib/sequel/code_group.rb', line 12 def CodeGroup.airport_facility() 'ap_faclity__'; end |
.airport_lighting ⇒ Object
13 |
# File 'lib/sequel/code_group.rb', line 13 def CodeGroup.airport_lighting() 'light_code__'; end |
.airway_status ⇒ Object
19 |
# File 'lib/sequel/code_group.rb', line 19 def CodeGroup.airway_status() 'airway_stat_'; end |
.area ⇒ Object
20 |
# File 'lib/sequel/code_group.rb', line 20 def CodeGroup.area() 'loc_________'; end |
.calculation_type ⇒ Object
21 |
# File 'lib/sequel/code_group.rb', line 21 def CodeGroup.calculation_type() 'ac_calc_____'; end |
.cancellation_code ⇒ Object
22 |
# File 'lib/sequel/code_group.rb', line 22 def CodeGroup.cancellation_code() 'canc_code___'; end |
.car_rental_code ⇒ Object
23 |
# File 'lib/sequel/code_group.rb', line 23 def CodeGroup.car_rental_code() 'car_rental__'; end |
.category ⇒ Object
24 |
# File 'lib/sequel/code_group.rb', line 24 def CodeGroup.category() 'cat_no______'; end |
.certification ⇒ Object
25 |
# File 'lib/sequel/code_group.rb', line 25 def CodeGroup.certification() 'cert________'; end |
.checklist_category ⇒ Object
26 |
# File 'lib/sequel/code_group.rb', line 26 def CodeGroup.checklist_category() 'cklist_cat__'; end |
.checklist_reset ⇒ Object
27 |
# File 'lib/sequel/code_group.rb', line 27 def CodeGroup.checklist_reset() 'cklist_reset'; end |
.checklist_type ⇒ Object
28 |
# File 'lib/sequel/code_group.rb', line 28 def CodeGroup.checklist_type() 'cklist_type_'; end |
.company ⇒ Object
30 |
# File 'lib/sequel/code_group.rb', line 30 def CodeGroup.company() return 'company_id__'; end |
.cost_unit ⇒ Object
31 |
# File 'lib/sequel/code_group.rb', line 31 def CodeGroup.cost_unit() 'cost_unit___'; end |
.credit_card ⇒ Object
32 |
# File 'lib/sequel/code_group.rb', line 32 def CodeGroup.credit_card() 'creditcard__'; end |
.crew_card ⇒ Object
33 |
# File 'lib/sequel/code_group.rb', line 33 def CodeGroup.crew_card() 'crew_card___'; end |
.crew_card_status ⇒ Object
34 |
# File 'lib/sequel/code_group.rb', line 34 def CodeGroup.crew_card_status() 'crewcardstat'; end |
.crew_line ⇒ Object
35 |
# File 'lib/sequel/code_group.rb', line 35 def CodeGroup.crew_line() 'crew_line___'; end |
.crew_log_field ⇒ Object
36 |
# File 'lib/sequel/code_group.rb', line 36 def CodeGroup.crew_log_field() 'logbook_fld_'; end |
.crew_type ⇒ Object
37 |
# File 'lib/sequel/code_group.rb', line 37 def CodeGroup.crew_type() 'crew_type___'; end |
.crew_unit ⇒ Object
38 |
# File 'lib/sequel/code_group.rb', line 38 def CodeGroup.crew_unit() 'crew_unit___'; end |
.currency ⇒ Object
39 |
# File 'lib/sequel/code_group.rb', line 39 def CodeGroup.currency() 'currency____'; end |
.customs_area ⇒ Object
40 |
# File 'lib/sequel/code_group.rb', line 40 def CodeGroup.customs_area() 'cust_area___'; end |
.delay_reason ⇒ Object
41 |
# File 'lib/sequel/code_group.rb', line 41 def CodeGroup.delay_reason() 'delay_reason'; end |
.department ⇒ Object
42 |
# File 'lib/sequel/code_group.rb', line 42 def CodeGroup.department() 'department__'; end |
.division ⇒ Object
43 |
# File 'lib/sequel/code_group.rb', line 43 def CodeGroup.division() 'division____'; end |
.flight ⇒ Object
44 |
# File 'lib/sequel/code_group.rb', line 44 def CodeGroup.flight() 'flight_id___'; end |
.flight_log_expense_payment ⇒ Object
46 |
# File 'lib/sequel/code_group.rb', line 46 def CodeGroup.flight_log_expense_payment() 'exp_pay_meth'; end |
.flight_log_expense_type ⇒ Object
47 |
# File 'lib/sequel/code_group.rb', line 47 def CodeGroup.flight_log_expense_type() 'exp_type____'; end |
.flight_log_expense_unit ⇒ Object
48 |
# File 'lib/sequel/code_group.rb', line 48 def CodeGroup.flight_log_expense_unit() 'exp_unit____'; end |
.flight_plan ⇒ Object
45 |
# File 'lib/sequel/code_group.rb', line 45 def CodeGroup.flight_plan() 'flight_plan_'; end |
.fuel ⇒ Object
49 |
# File 'lib/sequel/code_group.rb', line 49 def CodeGroup.fuel() 'fuel_code___'; end |
.fuel_type ⇒ Object
50 |
# File 'lib/sequel/code_group.rb', line 50 def CodeGroup.fuel_type() 'fuel_typ____'; end |
.group ⇒ Object
51 |
# File 'lib/sequel/code_group.rb', line 51 def CodeGroup.group() 'group_______'; end |
.hotel_code ⇒ Object
52 |
# File 'lib/sequel/code_group.rb', line 52 def CodeGroup.hotel_code() 'hotel_card__'; end |
.klass ⇒ Object
29 |
# File 'lib/sequel/code_group.rb', line 29 def CodeGroup.klass() 'class_______'; end |
.language ⇒ Object
53 |
# File 'lib/sequel/code_group.rb', line 53 def CodeGroup.language() 'language____'; end |
.lead_source ⇒ Object
54 |
# File 'lib/sequel/code_group.rb', line 54 def CodeGroup.lead_source() 'lead_source_'; end |
.location ⇒ Object
55 |
# File 'lib/sequel/code_group.rb', line 55 def CodeGroup.location() 'location____'; end |
.marital_status ⇒ Object
56 |
# File 'lib/sequel/code_group.rb', line 56 def CodeGroup.marital_status() 'marital_____'; end |
.medical_certification ⇒ Object
57 |
# File 'lib/sequel/code_group.rb', line 57 def CodeGroup.medical_certification() 'medclas_____'; end |
.military_status ⇒ Object
58 |
# File 'lib/sequel/code_group.rb', line 58 def CodeGroup.military_status() 'military____'; end |
.misc_ap_service_type ⇒ Object
59 |
# File 'lib/sequel/code_group.rb', line 59 def CodeGroup.misc_ap_service_type() 'serv_type___'; end |
.passenger_note_type ⇒ Object
64 |
# File 'lib/sequel/code_group.rb', line 64 def CodeGroup.passenger_note_type() 'paxnote_type'; end |
.passenger_position ⇒ Object
60 |
# File 'lib/sequel/code_group.rb', line 60 def CodeGroup.passenger_position() 'pax_pos_____'; end |
.passenger_rate ⇒ Object
62 |
# File 'lib/sequel/code_group.rb', line 62 def CodeGroup.passenger_rate() 'pax_rate____'; end |
.passenger_status ⇒ Object
61 |
# File 'lib/sequel/code_group.rb', line 61 def CodeGroup.passenger_status() 'pax_stat____'; end |
.passport_type ⇒ Object
63 |
# File 'lib/sequel/code_group.rb', line 63 def CodeGroup.passport_type() 'passport_typ'; end |
.place_code ⇒ Object
65 |
# File 'lib/sequel/code_group.rb', line 65 def CodeGroup.place_code() 'place_code__'; end |
.planner_type ⇒ Object
66 |
# File 'lib/sequel/code_group.rb', line 66 def CodeGroup.planner_type() 'pax_info____'; end |
.position ⇒ Object
67 |
# File 'lib/sequel/code_group.rb', line 67 def CodeGroup.position() 'position____'; end |
.privilege ⇒ Object
68 |
# File 'lib/sequel/code_group.rb', line 68 def CodeGroup.privilege() 'priv_no_____'; end |
.pulse_description ⇒ Object
69 |
# File 'lib/sequel/code_group.rb', line 69 def CodeGroup.pulse_description() 'pulse_desc__'; end |
.purpose ⇒ Object
70 |
# File 'lib/sequel/code_group.rb', line 70 def CodeGroup.purpose() 'purpose_____'; end |
.quote_report ⇒ Object
71 |
# File 'lib/sequel/code_group.rb', line 71 def CodeGroup.quote_report() 'removal_rsn_'; end |
.quote_report_format ⇒ Object
72 |
# File 'lib/sequel/code_group.rb', line 72 def CodeGroup.quote_report_format() 'qt_rpt_fmt__'; end |
.radio_classification ⇒ Object
73 |
# File 'lib/sequel/code_group.rb', line 73 def CodeGroup.radio_classification() 'radclas_____'; end |
.reason ⇒ Object
74 |
# File 'lib/sequel/code_group.rb', line 74 def CodeGroup.reason() 'reason______'; end |
.reason_not_booked ⇒ Object
75 |
# File 'lib/sequel/code_group.rb', line 75 def CodeGroup.reason_not_booked() 'not_booked__'; end |
.reg_qualification ⇒ Object
76 |
# File 'lib/sequel/code_group.rb', line 76 def CodeGroup.reg_qualification() 'reg_qual____'; end |
.reverser_type ⇒ Object
77 |
# File 'lib/sequel/code_group.rb', line 77 def CodeGroup.reverser_type() 'rev_typ_____'; end |
.scheduled_report ⇒ Object
78 |
# File 'lib/sequel/code_group.rb', line 78 def CodeGroup.scheduled_report() 'part_stat___'; end |
.security_loc ⇒ Object
79 |
# File 'lib/sequel/code_group.rb', line 79 def CodeGroup.security_loc() 'security_loc'; end |
.special_qualification ⇒ Object
80 |
# File 'lib/sequel/code_group.rb', line 80 def CodeGroup.special_qualification() 'spec_qual___'; end |
.status ⇒ Object
81 |
# File 'lib/sequel/code_group.rb', line 81 def CodeGroup.status() 'status______'; end |
.training_school ⇒ Object
82 |
# File 'lib/sequel/code_group.rb', line 82 def CodeGroup.training_school() 'trn_school__'; end |
.trip_approval ⇒ Object
83 |
# File 'lib/sequel/code_group.rb', line 83 def CodeGroup.trip_approval() 'approval____'; end |
.trip_type ⇒ Object
84 |
# File 'lib/sequel/code_group.rb', line 84 def CodeGroup.trip_type() 'trip_type___'; end |
.vendor_status ⇒ Object
85 |
# File 'lib/sequel/code_group.rb', line 85 def CodeGroup.vendor_status() 'vendor_stat_'; end |