ruconomic 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/ruconomic/api/account.rb +86 -86
  4. data/lib/ruconomic/api/accounting_period.rb +18 -18
  5. data/lib/ruconomic/api/accounting_year.rb +26 -26
  6. data/lib/ruconomic/api/activity.rb +14 -14
  7. data/lib/ruconomic/api/bank_payment_type.rb +16 -16
  8. data/lib/ruconomic/api/budget_figure.rb +56 -56
  9. data/lib/ruconomic/api/cash_book.rb +38 -38
  10. data/lib/ruconomic/api/cash_book_entry.rb +118 -118
  11. data/lib/ruconomic/api/company.rb +48 -48
  12. data/lib/ruconomic/api/cost_type.rb +22 -22
  13. data/lib/ruconomic/api/cost_type_group.rb +18 -18
  14. data/lib/ruconomic/api/creditor.rb +114 -114
  15. data/lib/ruconomic/api/creditor_contact.rb +44 -44
  16. data/lib/ruconomic/api/creditor_entry.rb +40 -40
  17. data/lib/ruconomic/api/creditor_group.rb +34 -34
  18. data/lib/ruconomic/api/currency.rb +10 -10
  19. data/lib/ruconomic/api/current_invoice.rb +184 -184
  20. data/lib/ruconomic/api/current_invoice_line.rb +72 -72
  21. data/lib/ruconomic/api/current_supplier_invoice.rb +18 -18
  22. data/lib/ruconomic/api/current_supplier_invoice_line.rb +14 -14
  23. data/lib/ruconomic/api/debtor.rb +152 -152
  24. data/lib/ruconomic/api/debtor_contact.rb +54 -54
  25. data/lib/ruconomic/api/debtor_entry.rb +38 -38
  26. data/lib/ruconomic/api/debtor_group.rb +38 -38
  27. data/lib/ruconomic/api/delivery_location.rb +56 -56
  28. data/lib/ruconomic/api/department.rb +32 -32
  29. data/lib/ruconomic/api/distribution_key.rb +30 -30
  30. data/lib/ruconomic/api/document_archive_category.rb +26 -26
  31. data/lib/ruconomic/api/employee.rb +70 -70
  32. data/lib/ruconomic/api/employee_group.rb +32 -32
  33. data/lib/ruconomic/api/entry.rb +52 -52
  34. data/lib/ruconomic/api/extended_vat_zone.rb +12 -12
  35. data/lib/ruconomic/api/inventory_location.rb +14 -14
  36. data/lib/ruconomic/api/invoice.rb +115 -111
  37. data/lib/ruconomic/api/invoice_line.rb +40 -40
  38. data/lib/ruconomic/api/key_figure_code.rb +16 -16
  39. data/lib/ruconomic/api/mileage_entry.rb +52 -52
  40. data/lib/ruconomic/api/order.rb +194 -194
  41. data/lib/ruconomic/api/order_line.rb +74 -74
  42. data/lib/ruconomic/api/price_group.rb +32 -32
  43. data/lib/ruconomic/api/product.rb +88 -88
  44. data/lib/ruconomic/api/product_group.rb +44 -44
  45. data/lib/ruconomic/api/product_price.rb +26 -26
  46. data/lib/ruconomic/api/project.rb +74 -74
  47. data/lib/ruconomic/api/project_group.rb +18 -18
  48. data/lib/ruconomic/api/quotation.rb +190 -190
  49. data/lib/ruconomic/api/quotation_line.rb +74 -74
  50. data/lib/ruconomic/api/report_code.rb +12 -12
  51. data/lib/ruconomic/api/report_code_set.rb +14 -14
  52. data/lib/ruconomic/api/scanned_document.rb +28 -28
  53. data/lib/ruconomic/api/subscriber.rb +78 -78
  54. data/lib/ruconomic/api/subscription.rb +62 -62
  55. data/lib/ruconomic/api/subscription_line.rb +50 -50
  56. data/lib/ruconomic/api/sum_interval.rb +26 -26
  57. data/lib/ruconomic/api/template_collection.rb +12 -12
  58. data/lib/ruconomic/api/term_of_payment.rb +50 -50
  59. data/lib/ruconomic/api/time_entry.rb +42 -42
  60. data/lib/ruconomic/api/unit.rb +30 -30
  61. data/lib/ruconomic/api/vat_account.rb +24 -24
  62. data/lib/ruconomic/api.rb +12 -13
  63. data/lib/ruconomic/version.rb +1 -1
  64. data/ruconomic.gemspec +1 -1
  65. metadata +20 -21
@@ -5,442 +5,442 @@ module Ruconomic
5
5
 
6
6
  # Creates a new project.
7
7
  #
8
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
8
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
9
9
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_Create
10
10
  # @return [Hash] The body content of the SOAP response.
11
11
  def self.create
12
12
  response = invoke('Project_Create') do |message|
13
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
13
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
14
14
  end
15
15
  end
16
16
 
17
17
  # Return handles for all projects.
18
18
  #
19
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
19
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
20
20
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetAll
21
21
  # @return [Hash] The body content of the SOAP response.
22
22
  def self.get_all
23
23
  response = invoke('Project_GetAll') do |message|
24
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
24
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
25
25
  end
26
26
  end
27
27
 
28
28
  # Return handles for all projects from date. fromDate is based on CET. includeCalculatedProperties is reserved for future usage and should be set to false for now.
29
29
  #
30
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
30
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
31
31
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetAllUpdated
32
32
  # @return [Hash] The body content of the SOAP response.
33
33
  def self.get_all_updated
34
34
  response = invoke('Project_GetAllUpdated') do |message|
35
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
35
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
36
36
  end
37
37
  end
38
38
 
39
39
  # Returns a handle for the project with the given number.
40
40
  # Parameters: number: The number to search for.
41
41
  #
42
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
42
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
43
43
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_FindByNumber
44
44
  # @return [Hash] The body content of the SOAP response.
45
45
  def self.find_by_number
46
46
  response = invoke('Project_FindByNumber') do |message|
47
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
47
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
48
48
  end
49
49
  end
50
50
 
51
51
  # Returns an array with handles for the projects corresponding to the given project numbers. If a project with a given number does not exist or if no number is given then the array contains null at that index.
52
52
  # Parameters: numbers: The numbers to search for.
53
53
  #
54
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
54
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
55
55
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_FindByNumberList
56
56
  # @return [Hash] The body content of the SOAP response.
57
57
  def self.find_by_number_list
58
58
  response = invoke('Project_FindByNumberList') do |message|
59
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
59
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
60
60
  end
61
61
  end
62
62
 
63
63
  # Returns handles for the projects with the given name.
64
64
  # Parameters: name: The name to search for.
65
65
  #
66
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
66
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
67
67
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_FindByName
68
68
  # @return [Hash] The body content of the SOAP response.
69
69
  def self.find_by_name
70
70
  response = invoke('Project_FindByName') do |message|
71
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
71
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
72
72
  end
73
73
  end
74
74
 
75
75
  # Returns handles for the open sub-projects for a given project, or all open sub-projects.
76
76
  # Parameters: mainProjectHandle: Handle for main project.
77
77
  #
78
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
78
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
79
79
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetOpenSubProjects
80
80
  # @return [Hash] The body content of the SOAP response.
81
81
  def self.get_open_sub_projects
82
82
  response = invoke('Project_GetOpenSubProjects') do |message|
83
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
83
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
84
84
  end
85
85
  end
86
86
 
87
87
  # Gets handles for the activities allowed on the project.
88
88
  # Parameters: projectHandle: Handle for the project.
89
89
  #
90
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
90
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
91
91
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetActivities
92
92
  # @return [Hash] The body content of the SOAP response.
93
93
  def self.get_activities
94
94
  response = invoke('Project_GetActivities') do |message|
95
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
95
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
96
96
  end
97
97
  end
98
98
 
99
99
  # Gets handles for the time entries of the project.
100
100
  # Parameters: projectHandle: Handle for the project.
101
101
  #
102
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
102
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
103
103
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetTimeEntries
104
104
  # @return [Hash] The body content of the SOAP response.
105
105
  def self.get_time_entries
106
106
  response = invoke('Project_GetTimeEntries') do |message|
107
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
107
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
108
108
  end
109
109
  end
110
110
 
111
111
  # Gets handles for the time entries of the project within an interval.
112
112
  # Parameters: from: First day in interval. to: Last day in interval.
113
113
  #
114
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
114
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
115
115
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetTimeEntriesByDate
116
116
  # @return [Hash] The body content of the SOAP response.
117
117
  def self.get_time_entries_by_date
118
118
  response = invoke('Project_GetTimeEntriesByDate') do |message|
119
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
119
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
120
120
  end
121
121
  end
122
122
 
123
123
  # Gets handles for the mileage entries of the project within an interval.
124
124
  # Parameters: from: First day in interval. to: Last day in interval.
125
125
  #
126
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
126
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
127
127
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetMileageEntriesByDate
128
128
  # @return [Hash] The body content of the SOAP response.
129
129
  def self.get_mileage_entries_by_date
130
130
  response = invoke('Project_GetMileageEntriesByDate') do |message|
131
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
131
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
132
132
  end
133
133
  end
134
134
 
135
135
  # Gets handles for the entries of the project.
136
136
  # Parameters: projectHandle: Handle for the project.
137
137
  #
138
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
138
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
139
139
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetEntries
140
140
  # @return [Hash] The body content of the SOAP response.
141
141
  def self.get_entries
142
142
  response = invoke('Project_GetEntries') do |message|
143
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
143
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
144
144
  end
145
145
  end
146
146
 
147
147
  # Returns handles for the entries of the project within the given time interval.
148
148
  # Parameters: from: First day in interval. to: Last day in interval.
149
149
  #
150
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
150
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
151
151
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetEntriesByDate
152
152
  # @return [Hash] The body content of the SOAP response.
153
153
  def self.get_entries_by_date
154
154
  response = invoke('Project_GetEntriesByDate') do |message|
155
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
155
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
156
156
  end
157
157
  end
158
158
 
159
159
  # Creates a new project from a data object.
160
160
  # Parameters: data: The data object that specifies the properties of the new project.
161
161
  #
162
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
162
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
163
163
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_CreateFromData
164
164
  # @return [Hash] The body content of the SOAP response.
165
165
  def self.create_from_data
166
166
  response = invoke('Project_CreateFromData') do |message|
167
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
167
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
168
168
  end
169
169
  end
170
170
 
171
171
  # Creates new projects from data objects.
172
172
  # Parameters: dataArray: The array of data objects that specifies the properties of the new projects.
173
173
  #
174
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
174
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
175
175
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_CreateFromDataArray
176
176
  # @return [Hash] The body content of the SOAP response.
177
177
  def self.create_from_data_array
178
178
  response = invoke('Project_CreateFromDataArray') do |message|
179
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
179
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
180
180
  end
181
181
  end
182
182
 
183
183
  # Update projects from data objects.
184
184
  # Parameters: dataArray: The array of data objects.
185
185
  #
186
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
186
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
187
187
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_UpdateFromDataArray
188
188
  # @return [Hash] The body content of the SOAP response.
189
189
  def self.update_from_data_array
190
190
  response = invoke('Project_UpdateFromDataArray') do |message|
191
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
191
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
192
192
  end
193
193
  end
194
194
 
195
195
  # Updates a project from a data object.
196
196
  # Parameters: data: The data object.
197
197
  #
198
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
198
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
199
199
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_UpdateFromData
200
200
  # @return [Hash] The body content of the SOAP response.
201
201
  def self.update_from_data
202
202
  response = invoke('Project_UpdateFromData') do |message|
203
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
203
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
204
204
  end
205
205
  end
206
206
 
207
207
  # Returns a project data object for a given project.
208
208
  # Parameters: entityHandle: A handle for the project.
209
209
  #
210
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
210
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
211
211
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetData
212
212
  # @return [Hash] The body content of the SOAP response.
213
213
  def self.get_data
214
214
  response = invoke('Project_GetData') do |message|
215
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
215
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
216
216
  end
217
217
  end
218
218
 
219
219
  # Returns project data objects for a given set of project handles.
220
220
  # Parameters: entityHandles: An array of the project handles.
221
221
  #
222
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
222
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
223
223
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetDataArray
224
224
  # @return [Hash] The body content of the SOAP response.
225
225
  def self.get_data_array
226
226
  response = invoke('Project_GetDataArray') do |message|
227
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
227
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
228
228
  end
229
229
  end
230
230
 
231
231
  # Gets the number of a project.
232
232
  # Parameters: projectHandle: Handle for the project.
233
233
  #
234
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
234
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
235
235
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetNumber
236
236
  # @return [Hash] The body content of the SOAP response.
237
237
  def self.get_number
238
238
  response = invoke('Project_GetNumber') do |message|
239
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
239
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
240
240
  end
241
241
  end
242
242
 
243
243
  # Gets the name of a project.
244
244
  # Parameters: projectHandle: Handle for the project.
245
245
  #
246
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
246
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
247
247
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetName
248
248
  # @return [Hash] The body content of the SOAP response.
249
249
  def self.get_name
250
250
  response = invoke('Project_GetName') do |message|
251
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
251
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
252
252
  end
253
253
  end
254
254
 
255
255
  # Sets the name of a project.
256
256
  # Parameters: projectHandle: Handle for the project. value: The new name of the project.
257
257
  #
258
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
258
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
259
259
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_SetName
260
260
  # @return [Hash] The body content of the SOAP response.
261
261
  def self.set_name
262
262
  response = invoke('Project_SetName') do |message|
263
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
263
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
264
264
  end
265
265
  end
266
266
 
267
267
  # Gets handle for project group of a project.
268
268
  # Parameters: projectHandle: Handle for the project.
269
269
  #
270
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
270
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
271
271
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetProjectGroup
272
272
  # @return [Hash] The body content of the SOAP response.
273
273
  def self.get_project_group
274
274
  response = invoke('Project_GetProjectGroup') do |message|
275
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
275
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
276
276
  end
277
277
  end
278
278
 
279
279
  # Sets the project group of a project.
280
280
  # Parameters: projectHandle: Handle for the project. valueHandle: Handle for new project group of the project.
281
281
  #
282
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
282
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
283
283
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_SetProjectGroup
284
284
  # @return [Hash] The body content of the SOAP response.
285
285
  def self.set_project_group
286
286
  response = invoke('Project_SetProjectGroup') do |message|
287
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
287
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
288
288
  end
289
289
  end
290
290
 
291
291
  # Gets whether a project is a main project.
292
292
  # Parameters: projectHandle: Handle for the project.
293
293
  #
294
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
294
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
295
295
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetIsMainProject
296
296
  # @return [Hash] The body content of the SOAP response.
297
297
  def self.get_is_main_project
298
298
  response = invoke('Project_GetIsMainProject') do |message|
299
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
299
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
300
300
  end
301
301
  end
302
302
 
303
303
  # Gets which main project the project is attached to.
304
304
  # Parameters: projectHandle: Handle for the project.
305
305
  #
306
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
306
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
307
307
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetMainProject
308
308
  # @return [Hash] The body content of the SOAP response.
309
309
  def self.get_main_project
310
310
  response = invoke('Project_GetMainProject') do |message|
311
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
311
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
312
312
  end
313
313
  end
314
314
 
315
315
  # Gets a handle for the debtor of a project.
316
316
  # Parameters: projectHandle: Handle for the project.
317
317
  #
318
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
318
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
319
319
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetDebtor
320
320
  # @return [Hash] The body content of the SOAP response.
321
321
  def self.get_debtor
322
322
  response = invoke('Project_GetDebtor') do |message|
323
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
323
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
324
324
  end
325
325
  end
326
326
 
327
327
  # Sets a handle for the debtor of a project.
328
328
  # Parameters: projectHandle: Handle for the project.
329
329
  #
330
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
330
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
331
331
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_SetDebtor
332
332
  # @return [Hash] The body content of the SOAP response.
333
333
  def self.set_debtor
334
334
  response = invoke('Project_SetDebtor') do |message|
335
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
335
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
336
336
  end
337
337
  end
338
338
 
339
339
  # Gets the employee responsible for the project.
340
340
  # Parameters: projectHandle: Handle for the project.
341
341
  #
342
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
342
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
343
343
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetResponsible
344
344
  # @return [Hash] The body content of the SOAP response.
345
345
  def self.get_responsible
346
346
  response = invoke('Project_GetResponsible') do |message|
347
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
347
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
348
348
  end
349
349
  end
350
350
 
351
351
  # Sets the employee responsible for the project.
352
352
  # Parameters: projectHandle: Handle for the project. value: The new employee responsiblelity of the project.
353
353
  #
354
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
354
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
355
355
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_SetResponsible
356
356
  # @return [Hash] The body content of the SOAP response.
357
357
  def self.set_responsible
358
358
  response = invoke('Project_SetResponsible') do |message|
359
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
359
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
360
360
  end
361
361
  end
362
362
 
363
363
  # Gets the description of a project.
364
364
  # Parameters: projectHandle: Handle for the project.
365
365
  #
366
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
366
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
367
367
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetDescription
368
368
  # @return [Hash] The body content of the SOAP response.
369
369
  def self.get_description
370
370
  response = invoke('Project_GetDescription') do |message|
371
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
371
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
372
372
  end
373
373
  end
374
374
 
375
375
  # Sets the description of a project.
376
376
  # Parameters: projectHandle: Handle for the project. value: The new description of the project.
377
377
  #
378
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
378
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
379
379
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_SetDescription
380
380
  # @return [Hash] The body content of the SOAP response.
381
381
  def self.set_description
382
382
  response = invoke('Project_SetDescription') do |message|
383
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
383
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
384
384
  end
385
385
  end
386
386
 
387
387
  # Gets whether a project is accessible.
388
388
  # Parameters: projectHandle: Handle for the project.
389
389
  #
390
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
390
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
391
391
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetIsAccessible
392
392
  # @return [Hash] The body content of the SOAP response.
393
393
  def self.get_is_accessible
394
394
  response = invoke('Project_GetIsAccessible') do |message|
395
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
395
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
396
396
  end
397
397
  end
398
398
 
399
399
  # Sets whether a project is accessible.
400
400
  # Parameters: projectHandle: Handle for the project. value: Value that indicates whether the project should be accessible.
401
401
  #
402
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
402
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
403
403
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_SetIsAccessible
404
404
  # @return [Hash] The body content of the SOAP response.
405
405
  def self.set_is_accessible
406
406
  response = invoke('Project_SetIsAccessible') do |message|
407
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
407
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
408
408
  end
409
409
  end
410
410
 
411
411
  # Gets the mileage of the project.
412
412
  # Parameters: projectHandle: Handle for the project.
413
413
  #
414
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
414
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
415
415
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetMileage
416
416
  # @return [Hash] The body content of the SOAP response.
417
417
  def self.get_mileage
418
418
  response = invoke('Project_GetMileage') do |message|
419
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
419
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
420
420
  end
421
421
  end
422
422
 
423
423
  # Sets the mileage of the project.
424
424
  # Parameters: projectHandle: Handle for the project. value: Value that indicates the mileage of the project.
425
425
  #
426
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
426
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
427
427
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_SetMileage
428
428
  # @return [Hash] The body content of the SOAP response.
429
429
  def self.set_mileage
430
430
  response = invoke('Project_SetMileage') do |message|
431
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
431
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
432
432
  end
433
433
  end
434
434
 
435
435
  # Gets whether a project is closed.
436
436
  # Parameters: projectHandle: Handle for the project.
437
437
  #
438
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
438
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
439
439
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Project_GetIsClosed
440
440
  # @return [Hash] The body content of the SOAP response.
441
441
  def self.get_is_closed
442
442
  response = invoke('Project_GetIsClosed') do |message|
443
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
443
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
444
444
  end
445
445
  end
446
446