Class: TripletexRubyClient::TripletexCompanyModules

Inherits:
Object
  • Object
show all
Defined in:
lib/tripletex_ruby_client/models/tripletex_company_modules.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ TripletexCompanyModules

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 549

def initialize(attributes = {})
  return unless attributes.is_a?(Hash)

  # convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }

  if attributes.has_key?(:'id')
    self.id = attributes[:'id']
  end

  if attributes.has_key?(:'version')
    self.version = attributes[:'version']
  end

  if attributes.has_key?(:'changes')
    if (value = attributes[:'changes']).is_a?(Array)
      self.changes = value
    end
  end

  if attributes.has_key?(:'url')
    self.url = attributes[:'url']
  end

  if attributes.has_key?(:'companyId')
    self.company_id = attributes[:'companyId']
  end

  if attributes.has_key?(:'modulehourlist')
    self.modulehourlist = attributes[:'modulehourlist']
  end

  if attributes.has_key?(:'moduleTravelExpense')
    self.module_travel_expense = attributes[:'moduleTravelExpense']
  end

  if attributes.has_key?(:'moduleInvoice')
    self.module_invoice = attributes[:'moduleInvoice']
  end

  if attributes.has_key?(:'moduleaccountinginternal')
    self.moduleaccountinginternal = attributes[:'moduleaccountinginternal']
  end

  if attributes.has_key?(:'moduleAccountingExternal')
    self.module_accounting_external = attributes[:'moduleAccountingExternal']
  end

  if attributes.has_key?(:'moduleproject')
    self.moduleproject = attributes[:'moduleproject']
  end

  if attributes.has_key?(:'moduleproduct')
    self.moduleproduct = attributes[:'moduleproduct']
  end

  if attributes.has_key?(:'modulecustomer')
    self.modulecustomer = attributes[:'modulecustomer']
  end

  if attributes.has_key?(:'moduleemployee')
    self.moduleemployee = attributes[:'moduleemployee']
  end

  if attributes.has_key?(:'moduledepartment')
    self.moduledepartment = attributes[:'moduledepartment']
  end

  if attributes.has_key?(:'approveinvoices')
    self.approveinvoices = attributes[:'approveinvoices']
  end

  if attributes.has_key?(:'approvehourlists')
    self.approvehourlists = attributes[:'approvehourlists']
  end

  if attributes.has_key?(:'approvetravelreports')
    self.approvetravelreports = attributes[:'approvetravelreports']
  end

  if attributes.has_key?(:'modulebudget')
    self.modulebudget = attributes[:'modulebudget']
  end

  if attributes.has_key?(:'modulenote')
    self.modulenote = attributes[:'modulenote']
  end

  if attributes.has_key?(:'moduletask')
    self.moduletask = attributes[:'moduletask']
  end

  if attributes.has_key?(:'moduleresourceallocation')
    self.moduleresourceallocation = attributes[:'moduleresourceallocation']
  end

  if attributes.has_key?(:'moduleprojecteconomy')
    self.moduleprojecteconomy = attributes[:'moduleprojecteconomy']
  end

  if attributes.has_key?(:'modulereferencefee')
    self.modulereferencefee = attributes[:'modulereferencefee']
  end

  if attributes.has_key?(:'modulehistorical')
    self.modulehistorical = attributes[:'modulehistorical']
  end

  if attributes.has_key?(:'moduleprojectcategory')
    self.moduleprojectcategory = attributes[:'moduleprojectcategory']
  end

  if attributes.has_key?(:'moduleprojectlocation')
    self.moduleprojectlocation = attributes[:'moduleprojectlocation']
  end

  if attributes.has_key?(:'moduleProjectBudget')
    self.module_project_budget = attributes[:'moduleProjectBudget']
  end

  if attributes.has_key?(:'modulesubscription')
    self.modulesubscription = attributes[:'modulesubscription']
  end

  if attributes.has_key?(:'completeweeklyhourlists')
    self.completeweeklyhourlists = attributes[:'completeweeklyhourlists']
  end

  if attributes.has_key?(:'completemonthlyhourlists')
    self.completemonthlyhourlists = attributes[:'completemonthlyhourlists']
  end

  if attributes.has_key?(:'approvemonthlyhourlists')
    self.approvemonthlyhourlists = attributes[:'approvemonthlyhourlists']
  end

  if attributes.has_key?(:'moduleprojectprognosis')
    self.moduleprojectprognosis = attributes[:'moduleprojectprognosis']
  end

  if attributes.has_key?(:'modulebunches')
    self.modulebunches = attributes[:'modulebunches']
  end

  if attributes.has_key?(:'moduleVacationBalance')
    self.module_vacation_balance = attributes[:'moduleVacationBalance']
  end

  if attributes.has_key?(:'moduleAccountingReports')
    self.module_accounting_reports = attributes[:'moduleAccountingReports']
  end

  if attributes.has_key?(:'moduleCustomerCategories')
    self.module_customer_categories = attributes[:'moduleCustomerCategories']
  end

  if attributes.has_key?(:'moduleCustomerCategory1')
    self.module_customer_category1 = attributes[:'moduleCustomerCategory1']
  end

  if attributes.has_key?(:'moduleCustomerCategory2')
    self.module_customer_category2 = attributes[:'moduleCustomerCategory2']
  end

  if attributes.has_key?(:'moduleCustomerCategory3')
    self.module_customer_category3 = attributes[:'moduleCustomerCategory3']
  end

  if attributes.has_key?(:'moduleprojectsubcontract')
    self.moduleprojectsubcontract = attributes[:'moduleprojectsubcontract']
  end

  if attributes.has_key?(:'modulePayrollAccounting')
    self.module_payroll_accounting = attributes[:'modulePayrollAccounting']
  end

  if attributes.has_key?(:'moduleTimeBalance')
    self.module_time_balance = attributes[:'moduleTimeBalance']
  end

  if attributes.has_key?(:'moduleWorkingHours')
    self.module_working_hours = attributes[:'moduleWorkingHours']
  end

  if attributes.has_key?(:'moduleCurrency')
    self.module_currency = attributes[:'moduleCurrency']
  end

  if attributes.has_key?(:'moduleWageExport')
    self.module_wage_export = attributes[:'moduleWageExport']
  end

  if attributes.has_key?(:'moduleAutoCustomerNumber')
    self.module_auto_customer_number = attributes[:'moduleAutoCustomerNumber']
  end

  if attributes.has_key?(:'moduleAutoVendorNumber')
    self.module_auto_vendor_number = attributes[:'moduleAutoVendorNumber']
  end

  if attributes.has_key?(:'moduleProvisionSalary')
    self.module_provision_salary = attributes[:'moduleProvisionSalary']
  end

  if attributes.has_key?(:'moduleOrderNumber')
    self.module_order_number = attributes[:'moduleOrderNumber']
  end

  if attributes.has_key?(:'moduleOrderDiscount')
    self.module_order_discount = attributes[:'moduleOrderDiscount']
  end

  if attributes.has_key?(:'moduleOrderMarkup')
    self.module_order_markup = attributes[:'moduleOrderMarkup']
  end

  if attributes.has_key?(:'moduleOrderLineCost')
    self.module_order_line_cost = attributes[:'moduleOrderLineCost']
  end

  if attributes.has_key?(:'moduleStopWatch')
    self.module_stop_watch = attributes[:'moduleStopWatch']
  end

  if attributes.has_key?(:'moduleContact')
    self.module_contact = attributes[:'moduleContact']
  end

  if attributes.has_key?(:'moduleAutoProjectNumber')
    self.module_auto_project_number = attributes[:'moduleAutoProjectNumber']
  end

  if attributes.has_key?(:'moduleSwedish')
    self.module_swedish = attributes[:'moduleSwedish']
  end

  if attributes.has_key?(:'moduleResourceGroups')
    self.module_resource_groups = attributes[:'moduleResourceGroups']
  end

  if attributes.has_key?(:'moduleOcr')
    self.module_ocr = attributes[:'moduleOcr']
  end

  if attributes.has_key?(:'moduleTravelExpenseRates')
    self.module_travel_expense_rates = attributes[:'moduleTravelExpenseRates']
  end

  if attributes.has_key?(:'monthlyHourlistMinusTimeWarning')
    self.monthly_hourlist_minus_time_warning = attributes[:'monthlyHourlistMinusTimeWarning']
  end

  if attributes.has_key?(:'moduleVoucherScanning')
    self.module_voucher_scanning = attributes[:'moduleVoucherScanning']
  end

  if attributes.has_key?(:'moduleInvoiceScanning')
    self.module_invoice_scanning = attributes[:'moduleInvoiceScanning']
  end

  if attributes.has_key?(:'moduleProjectParticipants')
    self.module_project_participants = attributes[:'moduleProjectParticipants']
  end

  if attributes.has_key?(:'moduleHolydayPlan')
    self.module_holyday_plan = attributes[:'moduleHolydayPlan']
  end

  if attributes.has_key?(:'moduleEmployeeCategory')
    self.module_employee_category = attributes[:'moduleEmployeeCategory']
  end

  if attributes.has_key?(:'moduleProductInvoice')
    self.module_product_invoice = attributes[:'moduleProductInvoice']
  end

  if attributes.has_key?(:'autoInvoicing')
    self.auto_invoicing = attributes[:'autoInvoicing']
  end

  if attributes.has_key?(:'moduleInvoiceFeeComment')
    self.module_invoice_fee_comment = attributes[:'moduleInvoiceFeeComment']
  end

  if attributes.has_key?(:'moduleEmployeeAccounting')
    self.module_employee_accounting = attributes[:'moduleEmployeeAccounting']
  end

  if attributes.has_key?(:'moduleDepartmentAccounting')
    self.module_department_accounting = attributes[:'moduleDepartmentAccounting']
  end

  if attributes.has_key?(:'moduleProjectAccounting')
    self.module_project_accounting = attributes[:'moduleProjectAccounting']
  end

  if attributes.has_key?(:'moduleProductAccounting')
    self.module_product_accounting = attributes[:'moduleProductAccounting']
  end

  if attributes.has_key?(:'moduleSubscriptionAddressList')
    self.module_subscription_address_list = attributes[:'moduleSubscriptionAddressList']
  end

  if attributes.has_key?(:'moduleElectro')
    self.module_electro = attributes[:'moduleElectro']
  end

  if attributes.has_key?(:'moduleNrf')
    self.module_nrf = attributes[:'moduleNrf']
  end

  if attributes.has_key?(:'moduleGtin')
    self.module_gtin = attributes[:'moduleGtin']
  end

  if attributes.has_key?(:'moduleElproffen')
    self.module_elproffen = attributes[:'moduleElproffen']
  end

  if attributes.has_key?(:'moduleRorkjop')
    self.module_rorkjop = attributes[:'moduleRorkjop']
  end

  if attributes.has_key?(:'moduleOrderExt')
    self.module_order_ext = attributes[:'moduleOrderExt']
  end

  if attributes.has_key?(:'moduleResultBudget')
    self.module_result_budget = attributes[:'moduleResultBudget']
  end

  if attributes.has_key?(:'moduleAmortization')
    self.module_amortization = attributes[:'moduleAmortization']
  end

  if attributes.has_key?(:'moduleChangeDebtCollector')
    self.module_change_debt_collector = attributes[:'moduleChangeDebtCollector']
  end

  if attributes.has_key?(:'moduleVoucherTypes')
    self.module_voucher_types = attributes[:'moduleVoucherTypes']
  end

  if attributes.has_key?(:'moduleOnninen123')
    self.module_onninen123 = attributes[:'moduleOnninen123']
  end

  if attributes.has_key?(:'moduleElektroUnion')
    self.module_elektro_union = attributes[:'moduleElektroUnion']
  end

  if attributes.has_key?(:'moduleAhlsellPartner')
    self.module_ahlsell_partner = attributes[:'moduleAhlsellPartner']
  end

  if attributes.has_key?(:'moduleArchive')
    self.module_archive = attributes[:'moduleArchive']
  end

  if attributes.has_key?(:'moduleWarehouse')
    self.module_warehouse = attributes[:'moduleWarehouse']
  end

  if attributes.has_key?(:'moduleProjectBudgetReferenceFee')
    self.module_project_budget_reference_fee = attributes[:'moduleProjectBudgetReferenceFee']
  end

  if attributes.has_key?(:'moduleNetsEboks')
    self.module_nets_eboks = attributes[:'moduleNetsEboks']
  end

  if attributes.has_key?(:'moduleNetsPrintSalary')
    self.module_nets_print_salary = attributes[:'moduleNetsPrintSalary']
  end

  if attributes.has_key?(:'moduleNetsPrintInvoice')
    self.module_nets_print_invoice = attributes[:'moduleNetsPrintInvoice']
  end

  if attributes.has_key?(:'moduleInvoiceImport')
    self.module_invoice_import = attributes[:'moduleInvoiceImport']
  end

  if attributes.has_key?(:'moduleEmail')
    self.module_email = attributes[:'moduleEmail']
  end

  if attributes.has_key?(:'moduleOcrAutoPay')
    self.module_ocr_auto_pay = attributes[:'moduleOcrAutoPay']
  end

  if attributes.has_key?(:'moduleEhf')
    self.module_ehf = attributes[:'moduleEhf']
  end

  if attributes.has_key?(:'moduleApproveVoucher')
    self.module_approve_voucher = attributes[:'moduleApproveVoucher']
  end

  if attributes.has_key?(:'moduleApproveDepartmentVoucher')
    self.module_approve_department_voucher = attributes[:'moduleApproveDepartmentVoucher']
  end

  if attributes.has_key?(:'moduleApproveProjectVoucher')
    self.module_approve_project_voucher = attributes[:'moduleApproveProjectVoucher']
  end

  if attributes.has_key?(:'moduleOrderOut')
    self.module_order_out = attributes[:'moduleOrderOut']
  end

  if attributes.has_key?(:'moduleMesan')
    self.module_mesan = attributes[:'moduleMesan']
  end

  if attributes.has_key?(:'moduleDivisions')
    self.module_divisions = attributes[:'moduleDivisions']
  end

  if attributes.has_key?(:'moduleBoligmappa')
    self.module_boligmappa = attributes[:'moduleBoligmappa']
  end

  if attributes.has_key?(:'moduleAdditionProjectMarkup')
    self.module_addition_project_markup = attributes[:'moduleAdditionProjectMarkup']
  end

  if attributes.has_key?(:'moduleWageProjectAccounting')
    self.module_wage_project_accounting = attributes[:'moduleWageProjectAccounting']
  end

  if attributes.has_key?(:'moduleAccountantConnectClient')
    self.module_accountant_connect_client = attributes[:'moduleAccountantConnectClient']
  end

  if attributes.has_key?(:'moduleWageAmortization')
    self.module_wage_amortization = attributes[:'moduleWageAmortization']
  end

  if attributes.has_key?(:'moduleSubscriptionsPeriodisation')
    self.module_subscriptions_periodisation = attributes[:'moduleSubscriptionsPeriodisation']
  end

  if attributes.has_key?(:'moduleActivityHourlyWageWageCode')
    self.module_activity_hourly_wage_wage_code = attributes[:'moduleActivityHourlyWageWageCode']
  end

  if attributes.has_key?(:'moduleCRM')
    self.module_crm = attributes[:'moduleCRM']
  end

  if attributes.has_key?(:'moduleApi20')
    self.module_api20 = attributes[:'moduleApi20']
  end

  if attributes.has_key?(:'moduleControlSchemaRequiredInvoicing')
    self.module_control_schema_required_invoicing = attributes[:'moduleControlSchemaRequiredInvoicing']
  end

  if attributes.has_key?(:'moduleControlSchemaRequiredHourTracking')
    self.module_control_schema_required_hour_tracking = attributes[:'moduleControlSchemaRequiredHourTracking']
  end

  if attributes.has_key?(:'moduleFinanceTax')
    self.module_finance_tax = attributes[:'moduleFinanceTax']
  end

  if attributes.has_key?(:'modulePensionreport')
    self.module_pensionreport = attributes[:'modulePensionreport']
  end

  if attributes.has_key?(:'moduleAgro')
    self.module_agro = attributes[:'moduleAgro']
  end

  if attributes.has_key?(:'moduleMamut')
    self.module_mamut = attributes[:'moduleMamut']
  end

  if attributes.has_key?(:'moduleInvoiceOptionPaper')
    self.module_invoice_option_paper = attributes[:'moduleInvoiceOptionPaper']
  end

  if attributes.has_key?(:'moduleSmartScan')
    self.module_smart_scan = attributes[:'moduleSmartScan']
  end

  if attributes.has_key?(:'moduleOffer')
    self.module_offer = attributes[:'moduleOffer']
  end

  if attributes.has_key?(:'moduleAutoBankReconciliation')
    self.module_auto_bank_reconciliation = attributes[:'moduleAutoBankReconciliation']
  end

  if attributes.has_key?(:'moduleVoucherAutomation')
    self.module_voucher_automation = attributes[:'moduleVoucherAutomation']
  end

  if attributes.has_key?(:'moduleEncryptedPaySlip')
    self.module_encrypted_pay_slip = attributes[:'moduleEncryptedPaySlip']
  end

  if attributes.has_key?(:'moduleInvoiceOptionVipps')
    self.module_invoice_option_vipps = attributes[:'moduleInvoiceOptionVipps']
  end

  if attributes.has_key?(:'moduleInvoiceOptionEfaktura')
    self.module_invoice_option_efaktura = attributes[:'moduleInvoiceOptionEfaktura']
  end

  if attributes.has_key?(:'moduleInvoiceOptionAvtaleGiro')
    self.module_invoice_option_avtale_giro = attributes[:'moduleInvoiceOptionAvtaleGiro']
  end

  if attributes.has_key?(:'moduleFactoringAprila')
    self.module_factoring_aprila = attributes[:'moduleFactoringAprila']
  end

  if attributes.has_key?(:'moduleCashCreditAprila')
    self.module_cash_credit_aprila = attributes[:'moduleCashCreditAprila']
  end

  if attributes.has_key?(:'moduleInvoiceOptionAutoinvoiceEhf')
    self.module_invoice_option_autoinvoice_ehf = attributes[:'moduleInvoiceOptionAutoinvoiceEhf']
  end
end

Instance Attribute Details

#approvehourlistsObject

Returns the value of attribute approvehourlists.



47
48
49
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 47

def approvehourlists
  @approvehourlists
end

#approveinvoicesObject

Returns the value of attribute approveinvoices.



45
46
47
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 45

def approveinvoices
  @approveinvoices
end

#approvemonthlyhourlistsObject

Returns the value of attribute approvemonthlyhourlists.



77
78
79
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 77

def approvemonthlyhourlists
  @approvemonthlyhourlists
end

#approvetravelreportsObject

Returns the value of attribute approvetravelreports.



49
50
51
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 49

def approvetravelreports
  @approvetravelreports
end

#auto_invoicingObject

Returns the value of attribute auto_invoicing.



149
150
151
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 149

def auto_invoicing
  @auto_invoicing
end

#changesObject

Returns the value of attribute changes.



19
20
21
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 19

def changes
  @changes
end

#company_idObject

Returns the value of attribute company_id.



23
24
25
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 23

def company_id
  @company_id
end

#completemonthlyhourlistsObject

Returns the value of attribute completemonthlyhourlists.



75
76
77
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 75

def completemonthlyhourlists
  @completemonthlyhourlists
end

#completeweeklyhourlistsObject

Returns the value of attribute completeweeklyhourlists.



73
74
75
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 73

def completeweeklyhourlists
  @completeweeklyhourlists
end

#idObject

Returns the value of attribute id.



15
16
17
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 15

def id
  @id
end

#module_accountant_connect_clientObject

Returns the value of attribute module_accountant_connect_client.



227
228
229
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 227

def module_accountant_connect_client
  @module_accountant_connect_client
end

#module_accounting_externalObject

Returns the value of attribute module_accounting_external.



33
34
35
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 33

def module_accounting_external
  @module_accounting_external
end

#module_accounting_reportsObject

Returns the value of attribute module_accounting_reports.



85
86
87
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 85

def module_accounting_reports
  @module_accounting_reports
end

#module_activity_hourly_wage_wage_codeObject

Returns the value of attribute module_activity_hourly_wage_wage_code.



233
234
235
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 233

def module_activity_hourly_wage_wage_code
  @module_activity_hourly_wage_wage_code
end

#module_addition_project_markupObject

Returns the value of attribute module_addition_project_markup.



223
224
225
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 223

def module_addition_project_markup
  @module_addition_project_markup
end

#module_agroObject

Returns the value of attribute module_agro.



247
248
249
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 247

def module_agro
  @module_agro
end

#module_ahlsell_partnerObject

Returns the value of attribute module_ahlsell_partner.



187
188
189
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 187

def module_ahlsell_partner
  @module_ahlsell_partner
end

#module_amortizationObject

Returns the value of attribute module_amortization.



177
178
179
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 177

def module_amortization
  @module_amortization
end

#module_api20Object

Returns the value of attribute module_api20.



237
238
239
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 237

def module_api20
  @module_api20
end

#module_approve_department_voucherObject

Returns the value of attribute module_approve_department_voucher.



211
212
213
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 211

def module_approve_department_voucher
  @module_approve_department_voucher
end

#module_approve_project_voucherObject

Returns the value of attribute module_approve_project_voucher.



213
214
215
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 213

def module_approve_project_voucher
  @module_approve_project_voucher
end

#module_approve_voucherObject

Returns the value of attribute module_approve_voucher.



209
210
211
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 209

def module_approve_voucher
  @module_approve_voucher
end

#module_archiveObject

Returns the value of attribute module_archive.



189
190
191
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 189

def module_archive
  @module_archive
end

#module_auto_bank_reconciliationObject

Returns the value of attribute module_auto_bank_reconciliation.



257
258
259
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 257

def module_auto_bank_reconciliation
  @module_auto_bank_reconciliation
end

#module_auto_customer_numberObject

Returns the value of attribute module_auto_customer_number.



107
108
109
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 107

def module_auto_customer_number
  @module_auto_customer_number
end

#module_auto_project_numberObject

Returns the value of attribute module_auto_project_number.



125
126
127
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 125

def module_auto_project_number
  @module_auto_project_number
end

#module_auto_vendor_numberObject

Returns the value of attribute module_auto_vendor_number.



109
110
111
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 109

def module_auto_vendor_number
  @module_auto_vendor_number
end

#module_boligmappaObject

Returns the value of attribute module_boligmappa.



221
222
223
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 221

def module_boligmappa
  @module_boligmappa
end

#module_cash_credit_aprilaObject

Returns the value of attribute module_cash_credit_aprila.



271
272
273
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 271

def module_cash_credit_aprila
  @module_cash_credit_aprila
end

#module_change_debt_collectorObject

Returns the value of attribute module_change_debt_collector.



179
180
181
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 179

def module_change_debt_collector
  @module_change_debt_collector
end

#module_contactObject

Returns the value of attribute module_contact.



123
124
125
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 123

def module_contact
  @module_contact
end

#module_control_schema_required_hour_trackingObject

Returns the value of attribute module_control_schema_required_hour_tracking.



241
242
243
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 241

def module_control_schema_required_hour_tracking
  @module_control_schema_required_hour_tracking
end

#module_control_schema_required_invoicingObject

Returns the value of attribute module_control_schema_required_invoicing.



239
240
241
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 239

def module_control_schema_required_invoicing
  @module_control_schema_required_invoicing
end

#module_crmObject

Returns the value of attribute module_crm.



235
236
237
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 235

def module_crm
  @module_crm
end

#module_currencyObject

Returns the value of attribute module_currency.



103
104
105
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 103

def module_currency
  @module_currency
end

#module_customer_categoriesObject

Returns the value of attribute module_customer_categories.



87
88
89
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 87

def module_customer_categories
  @module_customer_categories
end

#module_customer_category1Object

Returns the value of attribute module_customer_category1.



89
90
91
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 89

def module_customer_category1
  @module_customer_category1
end

#module_customer_category2Object

Returns the value of attribute module_customer_category2.



91
92
93
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 91

def module_customer_category2
  @module_customer_category2
end

#module_customer_category3Object

Returns the value of attribute module_customer_category3.



93
94
95
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 93

def module_customer_category3
  @module_customer_category3
end

#module_department_accountingObject

Returns the value of attribute module_department_accounting.



155
156
157
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 155

def module_department_accounting
  @module_department_accounting
end

#module_divisionsObject

Returns the value of attribute module_divisions.



219
220
221
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 219

def module_divisions
  @module_divisions
end

#module_ehfObject

Returns the value of attribute module_ehf.



207
208
209
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 207

def module_ehf
  @module_ehf
end

#module_electroObject

Returns the value of attribute module_electro.



163
164
165
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 163

def module_electro
  @module_electro
end

#module_elektro_unionObject

Returns the value of attribute module_elektro_union.



185
186
187
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 185

def module_elektro_union
  @module_elektro_union
end

#module_elproffenObject

Returns the value of attribute module_elproffen.



169
170
171
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 169

def module_elproffen
  @module_elproffen
end

#module_emailObject

Returns the value of attribute module_email.



203
204
205
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 203

def module_email
  @module_email
end

#module_employee_accountingObject

Returns the value of attribute module_employee_accounting.



153
154
155
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 153

def module_employee_accounting
  @module_employee_accounting
end

#module_employee_categoryObject

Returns the value of attribute module_employee_category.



145
146
147
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 145

def module_employee_category
  @module_employee_category
end

#module_encrypted_pay_slipObject

Returns the value of attribute module_encrypted_pay_slip.



261
262
263
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 261

def module_encrypted_pay_slip
  @module_encrypted_pay_slip
end

#module_factoring_aprilaObject

Returns the value of attribute module_factoring_aprila.



269
270
271
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 269

def module_factoring_aprila
  @module_factoring_aprila
end

#module_finance_taxObject

Returns the value of attribute module_finance_tax.



243
244
245
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 243

def module_finance_tax
  @module_finance_tax
end

#module_gtinObject

Returns the value of attribute module_gtin.



167
168
169
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 167

def module_gtin
  @module_gtin
end

#module_holyday_planObject

Returns the value of attribute module_holyday_plan.



143
144
145
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 143

def module_holyday_plan
  @module_holyday_plan
end

#module_invoiceObject

Returns the value of attribute module_invoice.



29
30
31
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 29

def module_invoice
  @module_invoice
end

#module_invoice_fee_commentObject

Returns the value of attribute module_invoice_fee_comment.



151
152
153
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 151

def module_invoice_fee_comment
  @module_invoice_fee_comment
end

#module_invoice_importObject

Returns the value of attribute module_invoice_import.



201
202
203
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 201

def module_invoice_import
  @module_invoice_import
end

#module_invoice_option_autoinvoice_ehfObject

Returns the value of attribute module_invoice_option_autoinvoice_ehf.



273
274
275
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 273

def module_invoice_option_autoinvoice_ehf
  @module_invoice_option_autoinvoice_ehf
end

#module_invoice_option_avtale_giroObject

Returns the value of attribute module_invoice_option_avtale_giro.



267
268
269
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 267

def module_invoice_option_avtale_giro
  @module_invoice_option_avtale_giro
end

#module_invoice_option_efakturaObject

Returns the value of attribute module_invoice_option_efaktura.



265
266
267
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 265

def module_invoice_option_efaktura
  @module_invoice_option_efaktura
end

#module_invoice_option_paperObject

Returns the value of attribute module_invoice_option_paper.



251
252
253
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 251

def module_invoice_option_paper
  @module_invoice_option_paper
end

#module_invoice_option_vippsObject

Returns the value of attribute module_invoice_option_vipps.



263
264
265
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 263

def module_invoice_option_vipps
  @module_invoice_option_vipps
end

#module_invoice_scanningObject

Returns the value of attribute module_invoice_scanning.



139
140
141
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 139

def module_invoice_scanning
  @module_invoice_scanning
end

#module_mamutObject

Returns the value of attribute module_mamut.



249
250
251
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 249

def module_mamut
  @module_mamut
end

#module_mesanObject

Returns the value of attribute module_mesan.



217
218
219
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 217

def module_mesan
  @module_mesan
end

#module_nets_eboksObject

Returns the value of attribute module_nets_eboks.



195
196
197
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 195

def module_nets_eboks
  @module_nets_eboks
end

#module_nets_print_invoiceObject

Returns the value of attribute module_nets_print_invoice.



199
200
201
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 199

def module_nets_print_invoice
  @module_nets_print_invoice
end

#module_nets_print_salaryObject

Returns the value of attribute module_nets_print_salary.



197
198
199
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 197

def module_nets_print_salary
  @module_nets_print_salary
end

#module_nrfObject

Returns the value of attribute module_nrf.



165
166
167
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 165

def module_nrf
  @module_nrf
end

#module_ocrObject

Returns the value of attribute module_ocr.



131
132
133
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 131

def module_ocr
  @module_ocr
end

#module_ocr_auto_payObject

Returns the value of attribute module_ocr_auto_pay.



205
206
207
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 205

def module_ocr_auto_pay
  @module_ocr_auto_pay
end

#module_offerObject

Returns the value of attribute module_offer.



255
256
257
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 255

def module_offer
  @module_offer
end

#module_onninen123Object

Returns the value of attribute module_onninen123.



183
184
185
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 183

def module_onninen123
  @module_onninen123
end

#module_order_discountObject

Returns the value of attribute module_order_discount.



115
116
117
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 115

def module_order_discount
  @module_order_discount
end

#module_order_extObject

Returns the value of attribute module_order_ext.



173
174
175
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 173

def module_order_ext
  @module_order_ext
end

#module_order_line_costObject

Returns the value of attribute module_order_line_cost.



119
120
121
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 119

def module_order_line_cost
  @module_order_line_cost
end

#module_order_markupObject

Returns the value of attribute module_order_markup.



117
118
119
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 117

def module_order_markup
  @module_order_markup
end

#module_order_numberObject

Returns the value of attribute module_order_number.



113
114
115
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 113

def module_order_number
  @module_order_number
end

#module_order_outObject

Returns the value of attribute module_order_out.



215
216
217
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 215

def module_order_out
  @module_order_out
end

#module_payroll_accountingObject

Returns the value of attribute module_payroll_accounting.



97
98
99
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 97

def module_payroll_accounting
  @module_payroll_accounting
end

#module_pensionreportObject

Returns the value of attribute module_pensionreport.



245
246
247
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 245

def module_pensionreport
  @module_pensionreport
end

#module_product_accountingObject

Returns the value of attribute module_product_accounting.



159
160
161
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 159

def module_product_accounting
  @module_product_accounting
end

#module_product_invoiceObject

Returns the value of attribute module_product_invoice.



147
148
149
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 147

def module_product_invoice
  @module_product_invoice
end

#module_project_accountingObject

Returns the value of attribute module_project_accounting.



157
158
159
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 157

def module_project_accounting
  @module_project_accounting
end

#module_project_budgetObject

Returns the value of attribute module_project_budget.



69
70
71
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 69

def module_project_budget
  @module_project_budget
end

#module_project_budget_reference_feeObject

Returns the value of attribute module_project_budget_reference_fee.



193
194
195
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 193

def module_project_budget_reference_fee
  @module_project_budget_reference_fee
end

#module_project_participantsObject

Returns the value of attribute module_project_participants.



141
142
143
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 141

def module_project_participants
  @module_project_participants
end

#module_provision_salaryObject

Returns the value of attribute module_provision_salary.



111
112
113
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 111

def module_provision_salary
  @module_provision_salary
end

#module_resource_groupsObject

Returns the value of attribute module_resource_groups.



129
130
131
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 129

def module_resource_groups
  @module_resource_groups
end

#module_result_budgetObject

Returns the value of attribute module_result_budget.



175
176
177
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 175

def module_result_budget
  @module_result_budget
end

#module_rorkjopObject

Returns the value of attribute module_rorkjop.



171
172
173
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 171

def module_rorkjop
  @module_rorkjop
end

#module_smart_scanObject

Returns the value of attribute module_smart_scan.



253
254
255
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 253

def module_smart_scan
  @module_smart_scan
end

#module_stop_watchObject

Returns the value of attribute module_stop_watch.



121
122
123
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 121

def module_stop_watch
  @module_stop_watch
end

#module_subscription_address_listObject

Returns the value of attribute module_subscription_address_list.



161
162
163
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 161

def module_subscription_address_list
  @module_subscription_address_list
end

#module_subscriptions_periodisationObject

Returns the value of attribute module_subscriptions_periodisation.



231
232
233
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 231

def module_subscriptions_periodisation
  @module_subscriptions_periodisation
end

#module_swedishObject

Returns the value of attribute module_swedish.



127
128
129
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 127

def module_swedish
  @module_swedish
end

#module_time_balanceObject

Returns the value of attribute module_time_balance.



99
100
101
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 99

def module_time_balance
  @module_time_balance
end

#module_travel_expenseObject

Returns the value of attribute module_travel_expense.



27
28
29
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 27

def module_travel_expense
  @module_travel_expense
end

#module_travel_expense_ratesObject

Returns the value of attribute module_travel_expense_rates.



133
134
135
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 133

def module_travel_expense_rates
  @module_travel_expense_rates
end

#module_vacation_balanceObject

Returns the value of attribute module_vacation_balance.



83
84
85
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 83

def module_vacation_balance
  @module_vacation_balance
end

#module_voucher_automationObject

Returns the value of attribute module_voucher_automation.



259
260
261
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 259

def module_voucher_automation
  @module_voucher_automation
end

#module_voucher_scanningObject

Returns the value of attribute module_voucher_scanning.



137
138
139
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 137

def module_voucher_scanning
  @module_voucher_scanning
end

#module_voucher_typesObject

Returns the value of attribute module_voucher_types.



181
182
183
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 181

def module_voucher_types
  @module_voucher_types
end

#module_wage_amortizationObject

Returns the value of attribute module_wage_amortization.



229
230
231
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 229

def module_wage_amortization
  @module_wage_amortization
end

#module_wage_exportObject

Returns the value of attribute module_wage_export.



105
106
107
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 105

def module_wage_export
  @module_wage_export
end

#module_wage_project_accountingObject

Returns the value of attribute module_wage_project_accounting.



225
226
227
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 225

def module_wage_project_accounting
  @module_wage_project_accounting
end

#module_warehouseObject

Returns the value of attribute module_warehouse.



191
192
193
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 191

def module_warehouse
  @module_warehouse
end

#module_working_hoursObject

Returns the value of attribute module_working_hours.



101
102
103
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 101

def module_working_hours
  @module_working_hours
end

#moduleaccountinginternalObject

Returns the value of attribute moduleaccountinginternal.



31
32
33
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 31

def moduleaccountinginternal
  @moduleaccountinginternal
end

#modulebudgetObject

Returns the value of attribute modulebudget.



51
52
53
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 51

def modulebudget
  @modulebudget
end

#modulebunchesObject

Returns the value of attribute modulebunches.



81
82
83
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 81

def modulebunches
  @modulebunches
end

#modulecustomerObject

Returns the value of attribute modulecustomer.



39
40
41
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 39

def modulecustomer
  @modulecustomer
end

#moduledepartmentObject

Returns the value of attribute moduledepartment.



43
44
45
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 43

def moduledepartment
  @moduledepartment
end

#moduleemployeeObject

Returns the value of attribute moduleemployee.



41
42
43
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 41

def moduleemployee
  @moduleemployee
end

#modulehistoricalObject

Returns the value of attribute modulehistorical.



63
64
65
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 63

def modulehistorical
  @modulehistorical
end

#modulehourlistObject

Returns the value of attribute modulehourlist.



25
26
27
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 25

def modulehourlist
  @modulehourlist
end

#modulenoteObject

Returns the value of attribute modulenote.



53
54
55
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 53

def modulenote
  @modulenote
end

#moduleproductObject

Returns the value of attribute moduleproduct.



37
38
39
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 37

def moduleproduct
  @moduleproduct
end

#moduleprojectObject

Returns the value of attribute moduleproject.



35
36
37
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 35

def moduleproject
  @moduleproject
end

#moduleprojectcategoryObject

Returns the value of attribute moduleprojectcategory.



65
66
67
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 65

def moduleprojectcategory
  @moduleprojectcategory
end

#moduleprojecteconomyObject

Returns the value of attribute moduleprojecteconomy.



59
60
61
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 59

def moduleprojecteconomy
  @moduleprojecteconomy
end

#moduleprojectlocationObject

Returns the value of attribute moduleprojectlocation.



67
68
69
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 67

def moduleprojectlocation
  @moduleprojectlocation
end

#moduleprojectprognosisObject

Returns the value of attribute moduleprojectprognosis.



79
80
81
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 79

def moduleprojectprognosis
  @moduleprojectprognosis
end

#moduleprojectsubcontractObject

Returns the value of attribute moduleprojectsubcontract.



95
96
97
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 95

def moduleprojectsubcontract
  @moduleprojectsubcontract
end

#modulereferencefeeObject

Returns the value of attribute modulereferencefee.



61
62
63
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 61

def modulereferencefee
  @modulereferencefee
end

#moduleresourceallocationObject

Returns the value of attribute moduleresourceallocation.



57
58
59
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 57

def moduleresourceallocation
  @moduleresourceallocation
end

#modulesubscriptionObject

Returns the value of attribute modulesubscription.



71
72
73
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 71

def modulesubscription
  @modulesubscription
end

#moduletaskObject

Returns the value of attribute moduletask.



55
56
57
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 55

def moduletask
  @moduletask
end

#monthly_hourlist_minus_time_warningObject

Returns the value of attribute monthly_hourlist_minus_time_warning.



135
136
137
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 135

def monthly_hourlist_minus_time_warning
  @monthly_hourlist_minus_time_warning
end

#urlObject

Returns the value of attribute url.



21
22
23
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 21

def url
  @url
end

#versionObject

Returns the value of attribute version.



17
18
19
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 17

def version
  @version
end

Class Method Details

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 276

def self.attribute_map
  {
    :'id' => :'id',
    :'version' => :'version',
    :'changes' => :'changes',
    :'url' => :'url',
    :'company_id' => :'companyId',
    :'modulehourlist' => :'modulehourlist',
    :'module_travel_expense' => :'moduleTravelExpense',
    :'module_invoice' => :'moduleInvoice',
    :'moduleaccountinginternal' => :'moduleaccountinginternal',
    :'module_accounting_external' => :'moduleAccountingExternal',
    :'moduleproject' => :'moduleproject',
    :'moduleproduct' => :'moduleproduct',
    :'modulecustomer' => :'modulecustomer',
    :'moduleemployee' => :'moduleemployee',
    :'moduledepartment' => :'moduledepartment',
    :'approveinvoices' => :'approveinvoices',
    :'approvehourlists' => :'approvehourlists',
    :'approvetravelreports' => :'approvetravelreports',
    :'modulebudget' => :'modulebudget',
    :'modulenote' => :'modulenote',
    :'moduletask' => :'moduletask',
    :'moduleresourceallocation' => :'moduleresourceallocation',
    :'moduleprojecteconomy' => :'moduleprojecteconomy',
    :'modulereferencefee' => :'modulereferencefee',
    :'modulehistorical' => :'modulehistorical',
    :'moduleprojectcategory' => :'moduleprojectcategory',
    :'moduleprojectlocation' => :'moduleprojectlocation',
    :'module_project_budget' => :'moduleProjectBudget',
    :'modulesubscription' => :'modulesubscription',
    :'completeweeklyhourlists' => :'completeweeklyhourlists',
    :'completemonthlyhourlists' => :'completemonthlyhourlists',
    :'approvemonthlyhourlists' => :'approvemonthlyhourlists',
    :'moduleprojectprognosis' => :'moduleprojectprognosis',
    :'modulebunches' => :'modulebunches',
    :'module_vacation_balance' => :'moduleVacationBalance',
    :'module_accounting_reports' => :'moduleAccountingReports',
    :'module_customer_categories' => :'moduleCustomerCategories',
    :'module_customer_category1' => :'moduleCustomerCategory1',
    :'module_customer_category2' => :'moduleCustomerCategory2',
    :'module_customer_category3' => :'moduleCustomerCategory3',
    :'moduleprojectsubcontract' => :'moduleprojectsubcontract',
    :'module_payroll_accounting' => :'modulePayrollAccounting',
    :'module_time_balance' => :'moduleTimeBalance',
    :'module_working_hours' => :'moduleWorkingHours',
    :'module_currency' => :'moduleCurrency',
    :'module_wage_export' => :'moduleWageExport',
    :'module_auto_customer_number' => :'moduleAutoCustomerNumber',
    :'module_auto_vendor_number' => :'moduleAutoVendorNumber',
    :'module_provision_salary' => :'moduleProvisionSalary',
    :'module_order_number' => :'moduleOrderNumber',
    :'module_order_discount' => :'moduleOrderDiscount',
    :'module_order_markup' => :'moduleOrderMarkup',
    :'module_order_line_cost' => :'moduleOrderLineCost',
    :'module_stop_watch' => :'moduleStopWatch',
    :'module_contact' => :'moduleContact',
    :'module_auto_project_number' => :'moduleAutoProjectNumber',
    :'module_swedish' => :'moduleSwedish',
    :'module_resource_groups' => :'moduleResourceGroups',
    :'module_ocr' => :'moduleOcr',
    :'module_travel_expense_rates' => :'moduleTravelExpenseRates',
    :'monthly_hourlist_minus_time_warning' => :'monthlyHourlistMinusTimeWarning',
    :'module_voucher_scanning' => :'moduleVoucherScanning',
    :'module_invoice_scanning' => :'moduleInvoiceScanning',
    :'module_project_participants' => :'moduleProjectParticipants',
    :'module_holyday_plan' => :'moduleHolydayPlan',
    :'module_employee_category' => :'moduleEmployeeCategory',
    :'module_product_invoice' => :'moduleProductInvoice',
    :'auto_invoicing' => :'autoInvoicing',
    :'module_invoice_fee_comment' => :'moduleInvoiceFeeComment',
    :'module_employee_accounting' => :'moduleEmployeeAccounting',
    :'module_department_accounting' => :'moduleDepartmentAccounting',
    :'module_project_accounting' => :'moduleProjectAccounting',
    :'module_product_accounting' => :'moduleProductAccounting',
    :'module_subscription_address_list' => :'moduleSubscriptionAddressList',
    :'module_electro' => :'moduleElectro',
    :'module_nrf' => :'moduleNrf',
    :'module_gtin' => :'moduleGtin',
    :'module_elproffen' => :'moduleElproffen',
    :'module_rorkjop' => :'moduleRorkjop',
    :'module_order_ext' => :'moduleOrderExt',
    :'module_result_budget' => :'moduleResultBudget',
    :'module_amortization' => :'moduleAmortization',
    :'module_change_debt_collector' => :'moduleChangeDebtCollector',
    :'module_voucher_types' => :'moduleVoucherTypes',
    :'module_onninen123' => :'moduleOnninen123',
    :'module_elektro_union' => :'moduleElektroUnion',
    :'module_ahlsell_partner' => :'moduleAhlsellPartner',
    :'module_archive' => :'moduleArchive',
    :'module_warehouse' => :'moduleWarehouse',
    :'module_project_budget_reference_fee' => :'moduleProjectBudgetReferenceFee',
    :'module_nets_eboks' => :'moduleNetsEboks',
    :'module_nets_print_salary' => :'moduleNetsPrintSalary',
    :'module_nets_print_invoice' => :'moduleNetsPrintInvoice',
    :'module_invoice_import' => :'moduleInvoiceImport',
    :'module_email' => :'moduleEmail',
    :'module_ocr_auto_pay' => :'moduleOcrAutoPay',
    :'module_ehf' => :'moduleEhf',
    :'module_approve_voucher' => :'moduleApproveVoucher',
    :'module_approve_department_voucher' => :'moduleApproveDepartmentVoucher',
    :'module_approve_project_voucher' => :'moduleApproveProjectVoucher',
    :'module_order_out' => :'moduleOrderOut',
    :'module_mesan' => :'moduleMesan',
    :'module_divisions' => :'moduleDivisions',
    :'module_boligmappa' => :'moduleBoligmappa',
    :'module_addition_project_markup' => :'moduleAdditionProjectMarkup',
    :'module_wage_project_accounting' => :'moduleWageProjectAccounting',
    :'module_accountant_connect_client' => :'moduleAccountantConnectClient',
    :'module_wage_amortization' => :'moduleWageAmortization',
    :'module_subscriptions_periodisation' => :'moduleSubscriptionsPeriodisation',
    :'module_activity_hourly_wage_wage_code' => :'moduleActivityHourlyWageWageCode',
    :'module_crm' => :'moduleCRM',
    :'module_api20' => :'moduleApi20',
    :'module_control_schema_required_invoicing' => :'moduleControlSchemaRequiredInvoicing',
    :'module_control_schema_required_hour_tracking' => :'moduleControlSchemaRequiredHourTracking',
    :'module_finance_tax' => :'moduleFinanceTax',
    :'module_pensionreport' => :'modulePensionreport',
    :'module_agro' => :'moduleAgro',
    :'module_mamut' => :'moduleMamut',
    :'module_invoice_option_paper' => :'moduleInvoiceOptionPaper',
    :'module_smart_scan' => :'moduleSmartScan',
    :'module_offer' => :'moduleOffer',
    :'module_auto_bank_reconciliation' => :'moduleAutoBankReconciliation',
    :'module_voucher_automation' => :'moduleVoucherAutomation',
    :'module_encrypted_pay_slip' => :'moduleEncryptedPaySlip',
    :'module_invoice_option_vipps' => :'moduleInvoiceOptionVipps',
    :'module_invoice_option_efaktura' => :'moduleInvoiceOptionEfaktura',
    :'module_invoice_option_avtale_giro' => :'moduleInvoiceOptionAvtaleGiro',
    :'module_factoring_aprila' => :'moduleFactoringAprila',
    :'module_cash_credit_aprila' => :'moduleCashCreditAprila',
    :'module_invoice_option_autoinvoice_ehf' => :'moduleInvoiceOptionAutoinvoiceEhf'
  }
end

.swagger_typesObject

Attribute type mapping.



412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 412

def self.swagger_types
  {
    :'id' => :'Integer',
    :'version' => :'Integer',
    :'changes' => :'Array<Change>',
    :'url' => :'String',
    :'company_id' => :'Integer',
    :'modulehourlist' => :'BOOLEAN',
    :'module_travel_expense' => :'BOOLEAN',
    :'module_invoice' => :'BOOLEAN',
    :'moduleaccountinginternal' => :'BOOLEAN',
    :'module_accounting_external' => :'BOOLEAN',
    :'moduleproject' => :'BOOLEAN',
    :'moduleproduct' => :'BOOLEAN',
    :'modulecustomer' => :'BOOLEAN',
    :'moduleemployee' => :'BOOLEAN',
    :'moduledepartment' => :'BOOLEAN',
    :'approveinvoices' => :'BOOLEAN',
    :'approvehourlists' => :'BOOLEAN',
    :'approvetravelreports' => :'BOOLEAN',
    :'modulebudget' => :'BOOLEAN',
    :'modulenote' => :'BOOLEAN',
    :'moduletask' => :'BOOLEAN',
    :'moduleresourceallocation' => :'BOOLEAN',
    :'moduleprojecteconomy' => :'BOOLEAN',
    :'modulereferencefee' => :'BOOLEAN',
    :'modulehistorical' => :'BOOLEAN',
    :'moduleprojectcategory' => :'BOOLEAN',
    :'moduleprojectlocation' => :'BOOLEAN',
    :'module_project_budget' => :'BOOLEAN',
    :'modulesubscription' => :'BOOLEAN',
    :'completeweeklyhourlists' => :'BOOLEAN',
    :'completemonthlyhourlists' => :'BOOLEAN',
    :'approvemonthlyhourlists' => :'BOOLEAN',
    :'moduleprojectprognosis' => :'BOOLEAN',
    :'modulebunches' => :'BOOLEAN',
    :'module_vacation_balance' => :'BOOLEAN',
    :'module_accounting_reports' => :'BOOLEAN',
    :'module_customer_categories' => :'BOOLEAN',
    :'module_customer_category1' => :'BOOLEAN',
    :'module_customer_category2' => :'BOOLEAN',
    :'module_customer_category3' => :'BOOLEAN',
    :'moduleprojectsubcontract' => :'BOOLEAN',
    :'module_payroll_accounting' => :'BOOLEAN',
    :'module_time_balance' => :'BOOLEAN',
    :'module_working_hours' => :'BOOLEAN',
    :'module_currency' => :'BOOLEAN',
    :'module_wage_export' => :'BOOLEAN',
    :'module_auto_customer_number' => :'BOOLEAN',
    :'module_auto_vendor_number' => :'BOOLEAN',
    :'module_provision_salary' => :'BOOLEAN',
    :'module_order_number' => :'BOOLEAN',
    :'module_order_discount' => :'BOOLEAN',
    :'module_order_markup' => :'BOOLEAN',
    :'module_order_line_cost' => :'BOOLEAN',
    :'module_stop_watch' => :'BOOLEAN',
    :'module_contact' => :'BOOLEAN',
    :'module_auto_project_number' => :'BOOLEAN',
    :'module_swedish' => :'BOOLEAN',
    :'module_resource_groups' => :'BOOLEAN',
    :'module_ocr' => :'BOOLEAN',
    :'module_travel_expense_rates' => :'BOOLEAN',
    :'monthly_hourlist_minus_time_warning' => :'BOOLEAN',
    :'module_voucher_scanning' => :'BOOLEAN',
    :'module_invoice_scanning' => :'BOOLEAN',
    :'module_project_participants' => :'BOOLEAN',
    :'module_holyday_plan' => :'BOOLEAN',
    :'module_employee_category' => :'BOOLEAN',
    :'module_product_invoice' => :'BOOLEAN',
    :'auto_invoicing' => :'BOOLEAN',
    :'module_invoice_fee_comment' => :'BOOLEAN',
    :'module_employee_accounting' => :'BOOLEAN',
    :'module_department_accounting' => :'BOOLEAN',
    :'module_project_accounting' => :'BOOLEAN',
    :'module_product_accounting' => :'BOOLEAN',
    :'module_subscription_address_list' => :'BOOLEAN',
    :'module_electro' => :'BOOLEAN',
    :'module_nrf' => :'BOOLEAN',
    :'module_gtin' => :'BOOLEAN',
    :'module_elproffen' => :'BOOLEAN',
    :'module_rorkjop' => :'BOOLEAN',
    :'module_order_ext' => :'BOOLEAN',
    :'module_result_budget' => :'BOOLEAN',
    :'module_amortization' => :'BOOLEAN',
    :'module_change_debt_collector' => :'BOOLEAN',
    :'module_voucher_types' => :'BOOLEAN',
    :'module_onninen123' => :'BOOLEAN',
    :'module_elektro_union' => :'BOOLEAN',
    :'module_ahlsell_partner' => :'BOOLEAN',
    :'module_archive' => :'BOOLEAN',
    :'module_warehouse' => :'BOOLEAN',
    :'module_project_budget_reference_fee' => :'BOOLEAN',
    :'module_nets_eboks' => :'BOOLEAN',
    :'module_nets_print_salary' => :'BOOLEAN',
    :'module_nets_print_invoice' => :'BOOLEAN',
    :'module_invoice_import' => :'BOOLEAN',
    :'module_email' => :'BOOLEAN',
    :'module_ocr_auto_pay' => :'BOOLEAN',
    :'module_ehf' => :'BOOLEAN',
    :'module_approve_voucher' => :'BOOLEAN',
    :'module_approve_department_voucher' => :'BOOLEAN',
    :'module_approve_project_voucher' => :'BOOLEAN',
    :'module_order_out' => :'BOOLEAN',
    :'module_mesan' => :'BOOLEAN',
    :'module_divisions' => :'BOOLEAN',
    :'module_boligmappa' => :'BOOLEAN',
    :'module_addition_project_markup' => :'BOOLEAN',
    :'module_wage_project_accounting' => :'BOOLEAN',
    :'module_accountant_connect_client' => :'BOOLEAN',
    :'module_wage_amortization' => :'BOOLEAN',
    :'module_subscriptions_periodisation' => :'BOOLEAN',
    :'module_activity_hourly_wage_wage_code' => :'BOOLEAN',
    :'module_crm' => :'BOOLEAN',
    :'module_api20' => :'BOOLEAN',
    :'module_control_schema_required_invoicing' => :'BOOLEAN',
    :'module_control_schema_required_hour_tracking' => :'BOOLEAN',
    :'module_finance_tax' => :'BOOLEAN',
    :'module_pensionreport' => :'BOOLEAN',
    :'module_agro' => :'BOOLEAN',
    :'module_mamut' => :'BOOLEAN',
    :'module_invoice_option_paper' => :'BOOLEAN',
    :'module_smart_scan' => :'BOOLEAN',
    :'module_offer' => :'BOOLEAN',
    :'module_auto_bank_reconciliation' => :'BOOLEAN',
    :'module_voucher_automation' => :'BOOLEAN',
    :'module_encrypted_pay_slip' => :'BOOLEAN',
    :'module_invoice_option_vipps' => :'BOOLEAN',
    :'module_invoice_option_efaktura' => :'BOOLEAN',
    :'module_invoice_option_avtale_giro' => :'BOOLEAN',
    :'module_factoring_aprila' => :'BOOLEAN',
    :'module_cash_credit_aprila' => :'BOOLEAN',
    :'module_invoice_option_autoinvoice_ehf' => :'BOOLEAN'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 1093

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      id == o.id &&
      version == o.version &&
      changes == o.changes &&
      url == o.url &&
      company_id == o.company_id &&
      modulehourlist == o.modulehourlist &&
      module_travel_expense == o.module_travel_expense &&
      module_invoice == o.module_invoice &&
      moduleaccountinginternal == o.moduleaccountinginternal &&
      module_accounting_external == o.module_accounting_external &&
      moduleproject == o.moduleproject &&
      moduleproduct == o.moduleproduct &&
      modulecustomer == o.modulecustomer &&
      moduleemployee == o.moduleemployee &&
      moduledepartment == o.moduledepartment &&
      approveinvoices == o.approveinvoices &&
      approvehourlists == o.approvehourlists &&
      approvetravelreports == o.approvetravelreports &&
      modulebudget == o.modulebudget &&
      modulenote == o.modulenote &&
      moduletask == o.moduletask &&
      moduleresourceallocation == o.moduleresourceallocation &&
      moduleprojecteconomy == o.moduleprojecteconomy &&
      modulereferencefee == o.modulereferencefee &&
      modulehistorical == o.modulehistorical &&
      moduleprojectcategory == o.moduleprojectcategory &&
      moduleprojectlocation == o.moduleprojectlocation &&
      module_project_budget == o.module_project_budget &&
      modulesubscription == o.modulesubscription &&
      completeweeklyhourlists == o.completeweeklyhourlists &&
      completemonthlyhourlists == o.completemonthlyhourlists &&
      approvemonthlyhourlists == o.approvemonthlyhourlists &&
      moduleprojectprognosis == o.moduleprojectprognosis &&
      modulebunches == o.modulebunches &&
      module_vacation_balance == o.module_vacation_balance &&
      module_accounting_reports == o.module_accounting_reports &&
      module_customer_categories == o.module_customer_categories &&
      module_customer_category1 == o.module_customer_category1 &&
      module_customer_category2 == o.module_customer_category2 &&
      module_customer_category3 == o.module_customer_category3 &&
      moduleprojectsubcontract == o.moduleprojectsubcontract &&
      module_payroll_accounting == o.module_payroll_accounting &&
      module_time_balance == o.module_time_balance &&
      module_working_hours == o.module_working_hours &&
      module_currency == o.module_currency &&
      module_wage_export == o.module_wage_export &&
      module_auto_customer_number == o.module_auto_customer_number &&
      module_auto_vendor_number == o.module_auto_vendor_number &&
      module_provision_salary == o.module_provision_salary &&
      module_order_number == o.module_order_number &&
      module_order_discount == o.module_order_discount &&
      module_order_markup == o.module_order_markup &&
      module_order_line_cost == o.module_order_line_cost &&
      module_stop_watch == o.module_stop_watch &&
      module_contact == o.module_contact &&
      module_auto_project_number == o.module_auto_project_number &&
      module_swedish == o.module_swedish &&
      module_resource_groups == o.module_resource_groups &&
      module_ocr == o.module_ocr &&
      module_travel_expense_rates == o.module_travel_expense_rates &&
      monthly_hourlist_minus_time_warning == o.monthly_hourlist_minus_time_warning &&
      module_voucher_scanning == o.module_voucher_scanning &&
      module_invoice_scanning == o.module_invoice_scanning &&
      module_project_participants == o.module_project_participants &&
      module_holyday_plan == o.module_holyday_plan &&
      module_employee_category == o.module_employee_category &&
      module_product_invoice == o.module_product_invoice &&
      auto_invoicing == o.auto_invoicing &&
      module_invoice_fee_comment == o.module_invoice_fee_comment &&
      module_employee_accounting == o.module_employee_accounting &&
      module_department_accounting == o.module_department_accounting &&
      module_project_accounting == o.module_project_accounting &&
      module_product_accounting == o.module_product_accounting &&
      module_subscription_address_list == o.module_subscription_address_list &&
      module_electro == o.module_electro &&
      module_nrf == o.module_nrf &&
      module_gtin == o.module_gtin &&
      module_elproffen == o.module_elproffen &&
      module_rorkjop == o.module_rorkjop &&
      module_order_ext == o.module_order_ext &&
      module_result_budget == o.module_result_budget &&
      module_amortization == o.module_amortization &&
      module_change_debt_collector == o.module_change_debt_collector &&
      module_voucher_types == o.module_voucher_types &&
      module_onninen123 == o.module_onninen123 &&
      module_elektro_union == o.module_elektro_union &&
      module_ahlsell_partner == o.module_ahlsell_partner &&
      module_archive == o.module_archive &&
      module_warehouse == o.module_warehouse &&
      module_project_budget_reference_fee == o.module_project_budget_reference_fee &&
      module_nets_eboks == o.module_nets_eboks &&
      module_nets_print_salary == o.module_nets_print_salary &&
      module_nets_print_invoice == o.module_nets_print_invoice &&
      module_invoice_import == o.module_invoice_import &&
      module_email == o.module_email &&
      module_ocr_auto_pay == o.module_ocr_auto_pay &&
      module_ehf == o.module_ehf &&
      module_approve_voucher == o.module_approve_voucher &&
      module_approve_department_voucher == o.module_approve_department_voucher &&
      module_approve_project_voucher == o.module_approve_project_voucher &&
      module_order_out == o.module_order_out &&
      module_mesan == o.module_mesan &&
      module_divisions == o.module_divisions &&
      module_boligmappa == o.module_boligmappa &&
      module_addition_project_markup == o.module_addition_project_markup &&
      module_wage_project_accounting == o.module_wage_project_accounting &&
      module_accountant_connect_client == o.module_accountant_connect_client &&
      module_wage_amortization == o.module_wage_amortization &&
      module_subscriptions_periodisation == o.module_subscriptions_periodisation &&
      module_activity_hourly_wage_wage_code == o.module_activity_hourly_wage_wage_code &&
      module_crm == o.module_crm &&
      module_api20 == o.module_api20 &&
      module_control_schema_required_invoicing == o.module_control_schema_required_invoicing &&
      module_control_schema_required_hour_tracking == o.module_control_schema_required_hour_tracking &&
      module_finance_tax == o.module_finance_tax &&
      module_pensionreport == o.module_pensionreport &&
      module_agro == o.module_agro &&
      module_mamut == o.module_mamut &&
      module_invoice_option_paper == o.module_invoice_option_paper &&
      module_smart_scan == o.module_smart_scan &&
      module_offer == o.module_offer &&
      module_auto_bank_reconciliation == o.module_auto_bank_reconciliation &&
      module_voucher_automation == o.module_voucher_automation &&
      module_encrypted_pay_slip == o.module_encrypted_pay_slip &&
      module_invoice_option_vipps == o.module_invoice_option_vipps &&
      module_invoice_option_efaktura == o.module_invoice_option_efaktura &&
      module_invoice_option_avtale_giro == o.module_invoice_option_avtale_giro &&
      module_factoring_aprila == o.module_factoring_aprila &&
      module_cash_credit_aprila == o.module_cash_credit_aprila &&
      module_invoice_option_autoinvoice_ehf == o.module_invoice_option_autoinvoice_ehf
end

#_deserialize(type, value) ⇒ Object

Deserializes the data based on type

Parameters:

  • string

    type Data type

  • string

    value Value to be deserialized

Returns:

  • (Object)

    Deserialized data



1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 1264

def _deserialize(type, value)
  case type.to_sym
  when :DateTime
    DateTime.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :BOOLEAN
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    temp_model = TripletexRubyClient.const_get(type).new
    temp_model.build_from_hash(value)
  end
end

#_to_hash(value) ⇒ Hash

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value

Parameters:

  • value (Object)

    Any valid value

Returns:

  • (Hash)

    Returns the value in the form of hash



1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 1330

def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 1243

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.swagger_types.each_pair do |key, type|
    if type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    end # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


1230
1231
1232
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 1230

def eql?(o)
  self == o
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



1236
1237
1238
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 1236

def hash
  [id, version, changes, url, company_id, modulehourlist, module_travel_expense, module_invoice, moduleaccountinginternal, module_accounting_external, moduleproject, moduleproduct, modulecustomer, moduleemployee, moduledepartment, approveinvoices, approvehourlists, approvetravelreports, modulebudget, modulenote, moduletask, moduleresourceallocation, moduleprojecteconomy, modulereferencefee, modulehistorical, moduleprojectcategory, moduleprojectlocation, module_project_budget, modulesubscription, completeweeklyhourlists, completemonthlyhourlists, approvemonthlyhourlists, moduleprojectprognosis, modulebunches, module_vacation_balance, module_accounting_reports, module_customer_categories, module_customer_category1, module_customer_category2, module_customer_category3, moduleprojectsubcontract, module_payroll_accounting, module_time_balance, module_working_hours, module_currency, module_wage_export, module_auto_customer_number, module_auto_vendor_number, module_provision_salary, module_order_number, module_order_discount, module_order_markup, module_order_line_cost, module_stop_watch, module_contact, module_auto_project_number, module_swedish, module_resource_groups, module_ocr, module_travel_expense_rates, monthly_hourlist_minus_time_warning, module_voucher_scanning, module_invoice_scanning, module_project_participants, module_holyday_plan, module_employee_category, module_product_invoice, auto_invoicing, module_invoice_fee_comment, module_employee_accounting, module_department_accounting, module_project_accounting, module_product_accounting, module_subscription_address_list, module_electro, module_nrf, module_gtin, module_elproffen, module_rorkjop, module_order_ext, module_result_budget, module_amortization, module_change_debt_collector, module_voucher_types, module_onninen123, module_elektro_union, module_ahlsell_partner, module_archive, module_warehouse, module_project_budget_reference_fee, module_nets_eboks, module_nets_print_salary, module_nets_print_invoice, module_invoice_import, module_email, module_ocr_auto_pay, module_ehf, module_approve_voucher, module_approve_department_voucher, module_approve_project_voucher, module_order_out, module_mesan, module_divisions, module_boligmappa, module_addition_project_markup, module_wage_project_accounting, module_accountant_connect_client, module_wage_amortization, module_subscriptions_periodisation, module_activity_hourly_wage_wage_code, module_crm, module_api20, module_control_schema_required_invoicing, module_control_schema_required_hour_tracking, module_finance_tax, module_pensionreport, module_agro, module_mamut, module_invoice_option_paper, module_smart_scan, module_offer, module_auto_bank_reconciliation, module_voucher_automation, module_encrypted_pay_slip, module_invoice_option_vipps, module_invoice_option_efaktura, module_invoice_option_avtale_giro, module_factoring_aprila, module_cash_credit_aprila, module_invoice_option_autoinvoice_ehf].hash
end

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



1080
1081
1082
1083
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 1080

def list_invalid_properties
  invalid_properties = Array.new
  invalid_properties
end

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



1310
1311
1312
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 1310

def to_body
  to_hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



1316
1317
1318
1319
1320
1321
1322
1323
1324
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 1316

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    next if value.nil?
    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



1304
1305
1306
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 1304

def to_s
  to_hash.to_s
end

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



1087
1088
1089
# File 'lib/tripletex_ruby_client/models/tripletex_company_modules.rb', line 1087

def valid?
  true
end