ruconomic 0.9.1 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -6,467 +6,467 @@ module Ruconomic
6
6
  # Creates a new subscriber from a data object.
7
7
  # Parameters: data: The data object that specifies the properties of the new subscriber.
8
8
  #
9
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
9
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
10
10
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_CreateFromData
11
11
  # @return [Hash] The body content of the SOAP response.
12
12
  def self.create_from_data
13
13
  response = invoke('Subscriber_CreateFromData') do |message|
14
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
14
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
15
15
  end
16
16
  end
17
17
 
18
18
  # Creates new subscribers from data objects.
19
19
  # Parameters: dataArray: The array of data objects that specifies the properties of the new subscribers.
20
20
  #
21
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
21
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
22
22
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_CreateFromDataArray
23
23
  # @return [Hash] The body content of the SOAP response.
24
24
  def self.create_from_data_array
25
25
  response = invoke('Subscriber_CreateFromDataArray') do |message|
26
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
26
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
27
27
  end
28
28
  end
29
29
 
30
30
  # Update subscribers from data objects.
31
31
  # Parameters: dataArray: The array of data objects.
32
32
  #
33
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
33
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
34
34
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_UpdateFromDataArray
35
35
  # @return [Hash] The body content of the SOAP response.
36
36
  def self.update_from_data_array
37
37
  response = invoke('Subscriber_UpdateFromDataArray') do |message|
38
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
38
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
39
39
  end
40
40
  end
41
41
 
42
42
  # Updates a subscriber from a data object.
43
43
  # Parameters: data: The data object.
44
44
  #
45
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
45
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
46
46
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_UpdateFromData
47
47
  # @return [Hash] The body content of the SOAP response.
48
48
  def self.update_from_data
49
49
  response = invoke('Subscriber_UpdateFromData') do |message|
50
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
50
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
51
51
  end
52
52
  end
53
53
 
54
54
  # Returns a subscriber data object for a given subscriber.
55
55
  # Parameters: entityHandle: A handle for the subscriber.
56
56
  #
57
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
57
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
58
58
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetData
59
59
  # @return [Hash] The body content of the SOAP response.
60
60
  def self.get_data
61
61
  response = invoke('Subscriber_GetData') do |message|
62
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
62
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
63
63
  end
64
64
  end
65
65
 
66
66
  # Returns subscriber data objects for a given set of subscriber handles.
67
67
  # Parameters: entityHandles: An array of the subscriber handles.
68
68
  #
69
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
69
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
70
70
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetDataArray
71
71
  # @return [Hash] The body content of the SOAP response.
72
72
  def self.get_data_array
73
73
  response = invoke('Subscriber_GetDataArray') do |message|
74
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
74
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
75
75
  end
76
76
  end
77
77
 
78
78
  # Creates a new subscriber.
79
79
  # Parameters: debtor: Handle for a debtor. subscription: Handle for a subscription. startDate: start date for subscriber. registeredDate: date registered. endDate: end date for subscriber
80
80
  #
81
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
81
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
82
82
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_Create
83
83
  # @return [Hash] The body content of the SOAP response.
84
84
  def self.create
85
85
  response = invoke('Subscriber_Create') do |message|
86
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
86
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
87
87
  end
88
88
  end
89
89
 
90
90
  # Returns handles for all current subscribers.
91
91
  #
92
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
92
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
93
93
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetAll
94
94
  # @return [Hash] The body content of the SOAP response.
95
95
  def self.get_all
96
96
  response = invoke('Subscriber_GetAll') do |message|
97
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
97
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
98
98
  end
99
99
  end
100
100
 
101
101
  # Returns handles for subscribers that use a given subscriptions.
102
102
  # Parameters: subscription: The subscription to search for.
103
103
  #
104
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
104
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
105
105
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_FindBySubscription
106
106
  # @return [Hash] The body content of the SOAP response.
107
107
  def self.find_by_subscription
108
108
  response = invoke('Subscriber_FindBySubscription') do |message|
109
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
109
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
110
110
  end
111
111
  end
112
112
 
113
113
  # Returns handles for subscribers that use a given set of subscriptions.
114
114
  # Parameters: subscriptions: The subscriptions to search for.
115
115
  #
116
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
116
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
117
117
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_FindBySubscriptonList
118
118
  # @return [Hash] The body content of the SOAP response.
119
119
  def self.find_by_subscripton_list
120
120
  response = invoke('Subscriber_FindBySubscriptonList') do |message|
121
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
121
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
122
122
  end
123
123
  end
124
124
 
125
125
  # Deletes a subscriber.
126
126
  # Parameters: subscriberHandle: Handle for the subscriber.
127
127
  #
128
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
128
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
129
129
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_Delete
130
130
  # @return [Hash] The body content of the SOAP response.
131
131
  def self.delete
132
132
  response = invoke('Subscriber_Delete') do |message|
133
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
133
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
134
134
  end
135
135
  end
136
136
 
137
137
  # Gets a handle for the debtor of a subscriber.
138
138
  # Parameters: subscriberHandle: Handle for the subscriber.
139
139
  #
140
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
140
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
141
141
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetDebtor
142
142
  # @return [Hash] The body content of the SOAP response.
143
143
  def self.get_debtor
144
144
  response = invoke('Subscriber_GetDebtor') do |message|
145
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
145
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
146
146
  end
147
147
  end
148
148
 
149
149
  # Sets a handle for the debtor of a subscriber.
150
150
  # Parameters: subscriberHandle: Handle for the subscriber.
151
151
  #
152
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
152
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
153
153
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_SetDebtor
154
154
  # @return [Hash] The body content of the SOAP response.
155
155
  def self.set_debtor
156
156
  response = invoke('Subscriber_SetDebtor') do |message|
157
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
157
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
158
158
  end
159
159
  end
160
160
 
161
161
  # Gets a handle for the subscription of the subscriber.
162
162
  # Parameters: subscriberHandle: Handle for the subscriber.
163
163
  #
164
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
164
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
165
165
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetSubscription
166
166
  # @return [Hash] The body content of the SOAP response.
167
167
  def self.get_subscription
168
168
  response = invoke('Subscriber_GetSubscription') do |message|
169
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
169
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
170
170
  end
171
171
  end
172
172
 
173
173
  # Sets a handle for the subscription of the subscriber.
174
174
  # Parameters: subscriberHandle: Handle for the subscriber.
175
175
  #
176
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
176
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
177
177
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_SetSubscription
178
178
  # @return [Hash] The body content of the SOAP response.
179
179
  def self.set_subscription
180
180
  response = invoke('Subscriber_SetSubscription') do |message|
181
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
181
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
182
182
  end
183
183
  end
184
184
 
185
185
  # Gets a handle for the product of a subscriber.
186
186
  # Parameters: SubscriberHandle: Handle for the subscriber.
187
187
  #
188
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
188
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
189
189
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetProject
190
190
  # @return [Hash] The body content of the SOAP response.
191
191
  def self.get_project
192
192
  response = invoke('Subscriber_GetProject') do |message|
193
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
193
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
194
194
  end
195
195
  end
196
196
 
197
197
  # Sets the product of a subscriber.
198
198
  # Parameters: SubscriberHandle: Handle for the subscriber. valueHandle: Handle for the new product of the subscriber.
199
199
  #
200
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
200
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
201
201
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_SetProject
202
202
  # @return [Hash] The body content of the SOAP response.
203
203
  def self.set_project
204
204
  response = invoke('Subscriber_SetProject') do |message|
205
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
205
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
206
206
  end
207
207
  end
208
208
 
209
209
  # Gets the start date of a subscriber.
210
210
  # Parameters: subscriberHandle: Handle for the subscriber.
211
211
  #
212
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
212
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
213
213
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetStartDate
214
214
  # @return [Hash] The body content of the SOAP response.
215
215
  def self.get_start_date
216
216
  response = invoke('Subscriber_GetStartDate') do |message|
217
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
217
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
218
218
  end
219
219
  end
220
220
 
221
221
  # Set the start date of a subscriber.
222
222
  # Parameters: subscriberHandle: Handle for the subscriber. value: The new start date of the subscriber.
223
223
  #
224
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
224
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
225
225
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_SetStartDate
226
226
  # @return [Hash] The body content of the SOAP response.
227
227
  def self.set_start_date
228
228
  response = invoke('Subscriber_SetStartDate') do |message|
229
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
229
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
230
230
  end
231
231
  end
232
232
 
233
233
  # Gets the registered date of a subscriber.
234
234
  # Parameters: subscriberHandle: Handle for the subscriber.
235
235
  #
236
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
236
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
237
237
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetRegisteredDate
238
238
  # @return [Hash] The body content of the SOAP response.
239
239
  def self.get_registered_date
240
240
  response = invoke('Subscriber_GetRegisteredDate') do |message|
241
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
241
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
242
242
  end
243
243
  end
244
244
 
245
245
  # Set the registered date of a subscriber.
246
246
  # Parameters: subscriberHandle: Handle for the subscriber. value: The new registered date of the subscriber.
247
247
  #
248
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
248
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
249
249
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_SetRegisteredDate
250
250
  # @return [Hash] The body content of the SOAP response.
251
251
  def self.set_registered_date
252
252
  response = invoke('Subscriber_SetRegisteredDate') do |message|
253
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
253
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
254
254
  end
255
255
  end
256
256
 
257
257
  # Gets the end date of a subscriber.
258
258
  # Parameters: subscriberHandle: Handle for the subscriber.
259
259
  #
260
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
260
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
261
261
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetEndDate
262
262
  # @return [Hash] The body content of the SOAP response.
263
263
  def self.get_end_date
264
264
  response = invoke('Subscriber_GetEndDate') do |message|
265
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
265
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
266
266
  end
267
267
  end
268
268
 
269
269
  # Set the end date of a subscriber.
270
270
  # Parameters: subscriberHandle: Handle for the subscriber. value: The new end date of the subscriber.
271
271
  #
272
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
272
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
273
273
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_SetEndDate
274
274
  # @return [Hash] The body content of the SOAP response.
275
275
  def self.set_end_date
276
276
  response = invoke('Subscriber_SetEndDate') do |message|
277
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
277
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
278
278
  end
279
279
  end
280
280
 
281
281
  # Gets the expiry date of a subscriber.
282
282
  # Parameters: subscriberHandle: Handle for the subscriber.
283
283
  #
284
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
284
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
285
285
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetExpiryDate
286
286
  # @return [Hash] The body content of the SOAP response.
287
287
  def self.get_expiry_date
288
288
  response = invoke('Subscriber_GetExpiryDate') do |message|
289
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
289
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
290
290
  end
291
291
  end
292
292
 
293
293
  # Set the expiry date of a subscriber.
294
294
  # Parameters: subscriberHandle: Handle for the subscriber. value: The new expiry of the subscriber.
295
295
  #
296
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
296
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
297
297
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_SetExpiryDate
298
298
  # @return [Hash] The body content of the SOAP response.
299
299
  def self.set_expiry_date
300
300
  response = invoke('Subscriber_SetExpiryDate') do |message|
301
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
301
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
302
302
  end
303
303
  end
304
304
 
305
305
  # Gets the discount expiry date of a subscriber.
306
306
  # Parameters: subscriberHandle: Handle for the subscriber.
307
307
  #
308
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
308
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
309
309
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetDiscountExpiryDate
310
310
  # @return [Hash] The body content of the SOAP response.
311
311
  def self.get_discount_expiry_date
312
312
  response = invoke('Subscriber_GetDiscountExpiryDate') do |message|
313
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
313
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
314
314
  end
315
315
  end
316
316
 
317
317
  # Set the discount expiry date of a subscriber.
318
318
  # Parameters: subscriberHandle: Handle for the subscriber. value: The discount expiry date of the subscriber.
319
319
  #
320
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
320
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
321
321
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_SetDiscountExpiryDate
322
322
  # @return [Hash] The body content of the SOAP response.
323
323
  def self.set_discount_expiry_date
324
324
  response = invoke('Subscriber_SetDiscountExpiryDate') do |message|
325
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
325
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
326
326
  end
327
327
  end
328
328
 
329
329
  # Gets or sets the extra text for the invoice for the subscriber.
330
330
  # Parameters: subscriberHandle: Handle for the subscriber.
331
331
  #
332
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
332
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
333
333
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetExtraTextForInvoice
334
334
  # @return [Hash] The body content of the SOAP response.
335
335
  def self.get_extra_text_for_invoice
336
336
  response = invoke('Subscriber_GetExtraTextForInvoice') do |message|
337
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
337
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
338
338
  end
339
339
  end
340
340
 
341
341
  # Sets the extra text for the invoice for the subscriber.
342
342
  # Parameters: subscriberHandle: Handle for the subscriber. value: The extra text for the invoice for the subscriber.
343
343
  #
344
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
344
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
345
345
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_SetExtraTextForInvoice
346
346
  # @return [Hash] The body content of the SOAP response.
347
347
  def self.set_extra_text_for_invoice
348
348
  response = invoke('Subscriber_SetExtraTextForInvoice') do |message|
349
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
349
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
350
350
  end
351
351
  end
352
352
 
353
353
  # Gets the comments of a subscriber.
354
354
  # Parameters: subscriberHandle: Handle for the subscriber.
355
355
  #
356
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
356
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
357
357
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetComments
358
358
  # @return [Hash] The body content of the SOAP response.
359
359
  def self.get_comments
360
360
  response = invoke('Subscriber_GetComments') do |message|
361
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
361
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
362
362
  end
363
363
  end
364
364
 
365
365
  # Sets the comments of a subscriber.
366
366
  # Parameters: subscriberHandle: Handle for the subscriber. value: The new name for the subscriber.
367
367
  #
368
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
368
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
369
369
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_SetComments
370
370
  # @return [Hash] The body content of the SOAP response.
371
371
  def self.set_comments
372
372
  response = invoke('Subscriber_SetComments') do |message|
373
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
373
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
374
374
  end
375
375
  end
376
376
 
377
377
  # Gets the special price of a subscriber.
378
378
  # Parameters: subscriberHandle: Handle for the subscriber.
379
379
  #
380
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
380
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
381
381
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_SetSpecialPrice
382
382
  # @return [Hash] The body content of the SOAP response.
383
383
  def self.set_special_price
384
384
  response = invoke('Subscriber_SetSpecialPrice') do |message|
385
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
385
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
386
386
  end
387
387
  end
388
388
 
389
389
  # Sets the special price of a subscriber.
390
390
  # Parameters: subscriberHandle: Handle for the subscriber. value: The new special price for the subscriber.
391
391
  #
392
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
392
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
393
393
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetSpecialPrice
394
394
  # @return [Hash] The body content of the SOAP response.
395
395
  def self.get_special_price
396
396
  response = invoke('Subscriber_GetSpecialPrice') do |message|
397
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
397
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
398
398
  end
399
399
  end
400
400
 
401
401
  # Gets the quantity factor of a subscriber.
402
402
  # Parameters: subscriberHandle: Handle for the subscriber.
403
403
  #
404
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
404
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
405
405
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_SetQuantityFactor
406
406
  # @return [Hash] The body content of the SOAP response.
407
407
  def self.set_quantity_factor
408
408
  response = invoke('Subscriber_SetQuantityFactor') do |message|
409
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
409
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
410
410
  end
411
411
  end
412
412
 
413
413
  # Sets the quantity factor of a subscriber.
414
414
  # Parameters: subscriberHandle: Handle for the subscriber. value: The quantity factor for the subscriber.
415
415
  #
416
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
416
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
417
417
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetQuantityFactor
418
418
  # @return [Hash] The body content of the SOAP response.
419
419
  def self.get_quantity_factor
420
420
  response = invoke('Subscriber_GetQuantityFactor') do |message|
421
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
421
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
422
422
  end
423
423
  end
424
424
 
425
425
  # Gets the price index of a subscriber.
426
426
  # Parameters: subscriberHandle: Handle for the subscriber.
427
427
  #
428
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
428
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
429
429
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_SetPriceIndex
430
430
  # @return [Hash] The body content of the SOAP response.
431
431
  def self.set_price_index
432
432
  response = invoke('Subscriber_SetPriceIndex') do |message|
433
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
433
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
434
434
  end
435
435
  end
436
436
 
437
437
  # Sets the price index of a subscriber.
438
438
  # Parameters: subscriberHandle: Handle for the subscriber. value: The price index for the subscriber.
439
439
  #
440
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
440
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
441
441
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetPriceIndex
442
442
  # @return [Hash] The body content of the SOAP response.
443
443
  def self.get_price_index
444
444
  response = invoke('Subscriber_GetPriceIndex') do |message|
445
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
445
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
446
446
  end
447
447
  end
448
448
 
449
449
  # Gets the discount percentage of a subscriber.
450
450
  # Parameters: subscriberHandle: Handle for the discount percentage.
451
451
  #
452
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
452
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
453
453
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_SetDiscountAsPercent
454
454
  # @return [Hash] The body content of the SOAP response.
455
455
  def self.set_discount_as_percent
456
456
  response = invoke('Subscriber_SetDiscountAsPercent') do |message|
457
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
457
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
458
458
  end
459
459
  end
460
460
 
461
461
  # Sets the discount percentage of a subscriber.
462
462
  # Parameters: subscriberHandle: Handle for the discount percentage. value: The new name for the discount percentage.
463
463
  #
464
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
464
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
465
465
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Subscriber_GetDiscountAsPercent
466
466
  # @return [Hash] The body content of the SOAP response.
467
467
  def self.get_discount_as_percent
468
468
  response = invoke('Subscriber_GetDiscountAsPercent') do |message|
469
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
469
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
470
470
  end
471
471
  end
472
472