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.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/ruconomic/api/account.rb +86 -86
- data/lib/ruconomic/api/accounting_period.rb +18 -18
- data/lib/ruconomic/api/accounting_year.rb +26 -26
- data/lib/ruconomic/api/activity.rb +14 -14
- data/lib/ruconomic/api/bank_payment_type.rb +16 -16
- data/lib/ruconomic/api/budget_figure.rb +56 -56
- data/lib/ruconomic/api/cash_book.rb +38 -38
- data/lib/ruconomic/api/cash_book_entry.rb +118 -118
- data/lib/ruconomic/api/company.rb +48 -48
- data/lib/ruconomic/api/cost_type.rb +22 -22
- data/lib/ruconomic/api/cost_type_group.rb +18 -18
- data/lib/ruconomic/api/creditor.rb +114 -114
- data/lib/ruconomic/api/creditor_contact.rb +44 -44
- data/lib/ruconomic/api/creditor_entry.rb +40 -40
- data/lib/ruconomic/api/creditor_group.rb +34 -34
- data/lib/ruconomic/api/currency.rb +10 -10
- data/lib/ruconomic/api/current_invoice.rb +184 -184
- data/lib/ruconomic/api/current_invoice_line.rb +72 -72
- data/lib/ruconomic/api/current_supplier_invoice.rb +18 -18
- data/lib/ruconomic/api/current_supplier_invoice_line.rb +14 -14
- data/lib/ruconomic/api/debtor.rb +152 -152
- data/lib/ruconomic/api/debtor_contact.rb +54 -54
- data/lib/ruconomic/api/debtor_entry.rb +38 -38
- data/lib/ruconomic/api/debtor_group.rb +38 -38
- data/lib/ruconomic/api/delivery_location.rb +56 -56
- data/lib/ruconomic/api/department.rb +32 -32
- data/lib/ruconomic/api/distribution_key.rb +30 -30
- data/lib/ruconomic/api/document_archive_category.rb +26 -26
- data/lib/ruconomic/api/employee.rb +70 -70
- data/lib/ruconomic/api/employee_group.rb +32 -32
- data/lib/ruconomic/api/entry.rb +52 -52
- data/lib/ruconomic/api/extended_vat_zone.rb +12 -12
- data/lib/ruconomic/api/inventory_location.rb +14 -14
- data/lib/ruconomic/api/invoice.rb +115 -111
- data/lib/ruconomic/api/invoice_line.rb +40 -40
- data/lib/ruconomic/api/key_figure_code.rb +16 -16
- data/lib/ruconomic/api/mileage_entry.rb +52 -52
- data/lib/ruconomic/api/order.rb +194 -194
- data/lib/ruconomic/api/order_line.rb +74 -74
- data/lib/ruconomic/api/price_group.rb +32 -32
- data/lib/ruconomic/api/product.rb +88 -88
- data/lib/ruconomic/api/product_group.rb +44 -44
- data/lib/ruconomic/api/product_price.rb +26 -26
- data/lib/ruconomic/api/project.rb +74 -74
- data/lib/ruconomic/api/project_group.rb +18 -18
- data/lib/ruconomic/api/quotation.rb +190 -190
- data/lib/ruconomic/api/quotation_line.rb +74 -74
- data/lib/ruconomic/api/report_code.rb +12 -12
- data/lib/ruconomic/api/report_code_set.rb +14 -14
- data/lib/ruconomic/api/scanned_document.rb +28 -28
- data/lib/ruconomic/api/subscriber.rb +78 -78
- data/lib/ruconomic/api/subscription.rb +62 -62
- data/lib/ruconomic/api/subscription_line.rb +50 -50
- data/lib/ruconomic/api/sum_interval.rb +26 -26
- data/lib/ruconomic/api/template_collection.rb +12 -12
- data/lib/ruconomic/api/term_of_payment.rb +50 -50
- data/lib/ruconomic/api/time_entry.rb +42 -42
- data/lib/ruconomic/api/unit.rb +30 -30
- data/lib/ruconomic/api/vat_account.rb +24 -24
- data/lib/ruconomic/api.rb +12 -13
- data/lib/ruconomic/version.rb +1 -1
- data/ruconomic.gemspec +1 -1
- metadata +20 -21
@@ -6,200 +6,200 @@ module Ruconomic
|
|
6
6
|
# Creates a new creditor group from a data object.
|
7
7
|
# Parameters: data: The data object that specifies the properties of the new creditor group.
|
8
8
|
#
|
9
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CreditorGroup_CreateFromData
|
11
11
|
# @return [Hash] The body content of the SOAP response.
|
12
12
|
def self.create_from_data
|
13
13
|
response = invoke('CreditorGroup_CreateFromData') do |message|
|
14
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 creditor groups from data objects.
|
19
19
|
# Parameters: dataArray: The array of data objects that specifies the properties of the new creditor groups.
|
20
20
|
#
|
21
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CreditorGroup_CreateFromDataArray
|
23
23
|
# @return [Hash] The body content of the SOAP response.
|
24
24
|
def self.create_from_data_array
|
25
25
|
response = invoke('CreditorGroup_CreateFromDataArray') do |message|
|
26
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 creditor groups 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/
|
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=CreditorGroup_UpdateFromDataArray
|
35
35
|
# @return [Hash] The body content of the SOAP response.
|
36
36
|
def self.update_from_data_array
|
37
37
|
response = invoke('CreditorGroup_UpdateFromDataArray') do |message|
|
38
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 creditor group 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/
|
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=CreditorGroup_UpdateFromData
|
47
47
|
# @return [Hash] The body content of the SOAP response.
|
48
48
|
def self.update_from_data
|
49
49
|
response = invoke('CreditorGroup_UpdateFromData') do |message|
|
50
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 creditor group data object for a given creditor group.
|
55
55
|
# Parameters: entityHandle: A handle for the creditor group.
|
56
56
|
#
|
57
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CreditorGroup_GetData
|
59
59
|
# @return [Hash] The body content of the SOAP response.
|
60
60
|
def self.get_data
|
61
61
|
response = invoke('CreditorGroup_GetData') do |message|
|
62
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 creditor group data objects for a given set of creditor group handles.
|
67
67
|
# Parameters: entityHandles: An array of the creditor group handles.
|
68
68
|
#
|
69
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CreditorGroup_GetDataArray
|
71
71
|
# @return [Hash] The body content of the SOAP response.
|
72
72
|
def self.get_data_array
|
73
73
|
response = invoke('CreditorGroup_GetDataArray') do |message|
|
74
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 creditor group.
|
79
79
|
#
|
80
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
80
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
81
81
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CreditorGroup_Create
|
82
82
|
# @return [Hash] The body content of the SOAP response.
|
83
83
|
def self.create
|
84
84
|
response = invoke('CreditorGroup_Create') do |message|
|
85
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
85
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
86
86
|
end
|
87
87
|
end
|
88
88
|
|
89
89
|
# Returns handles for all creditor groups.
|
90
90
|
#
|
91
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
91
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
92
92
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CreditorGroup_GetAll
|
93
93
|
# @return [Hash] The body content of the SOAP response.
|
94
94
|
def self.get_all
|
95
95
|
response = invoke('CreditorGroup_GetAll') do |message|
|
96
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
96
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
97
97
|
end
|
98
98
|
end
|
99
99
|
|
100
100
|
# Returns a handle for the creditor group with the given number.
|
101
101
|
#
|
102
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CreditorGroup_FindByNumber
|
104
104
|
# @return [Hash] The body content of the SOAP response.
|
105
105
|
def self.find_by_number
|
106
106
|
response = invoke('CreditorGroup_FindByNumber') do |message|
|
107
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Returns an array with handles for the creditor groups corresponding to the given creditor group numbers. If a creditor group with a given number does not exist then the array contains nothing at that index.
|
112
112
|
# Parameters: numbers: The numbers to search for.
|
113
113
|
#
|
114
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CreditorGroup_FindByNumberList
|
116
116
|
# @return [Hash] The body content of the SOAP response.
|
117
117
|
def self.find_by_number_list
|
118
118
|
response = invoke('CreditorGroup_FindByNumberList') do |message|
|
119
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Returns handles for all creditor groups with the given name.
|
124
124
|
#
|
125
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
125
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
126
126
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CreditorGroup_FindByName
|
127
127
|
# @return [Hash] The body content of the SOAP response.
|
128
128
|
def self.find_by_name
|
129
129
|
response = invoke('CreditorGroup_FindByName') do |message|
|
130
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
130
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
131
131
|
end
|
132
132
|
end
|
133
133
|
|
134
134
|
# Gets handles for creditors of a creditor group.
|
135
135
|
# Parameters: creditorGroupHandle: Handle for the creditor group.
|
136
136
|
#
|
137
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
137
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
138
138
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CreditorGroup_GetCreditors
|
139
139
|
# @return [Hash] The body content of the SOAP response.
|
140
140
|
def self.get_creditors
|
141
141
|
response = invoke('CreditorGroup_GetCreditors') do |message|
|
142
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
142
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
143
143
|
end
|
144
144
|
end
|
145
145
|
|
146
146
|
# Gets the number of a creditor group.
|
147
147
|
# Parameters: creditorGroupHandle: Handle for the creditor group.
|
148
148
|
#
|
149
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
149
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
150
150
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CreditorGroup_GetNumber
|
151
151
|
# @return [Hash] The body content of the SOAP response.
|
152
152
|
def self.get_number
|
153
153
|
response = invoke('CreditorGroup_GetNumber') do |message|
|
154
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
154
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
155
155
|
end
|
156
156
|
end
|
157
157
|
|
158
158
|
# Gets the name of a creditor group.
|
159
159
|
# Parameters: creditorGroupHandle: Handle for the creditor group.
|
160
160
|
#
|
161
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
161
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
162
162
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CreditorGroup_GetName
|
163
163
|
# @return [Hash] The body content of the SOAP response.
|
164
164
|
def self.get_name
|
165
165
|
response = invoke('CreditorGroup_GetName') do |message|
|
166
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
166
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
167
167
|
end
|
168
168
|
end
|
169
169
|
|
170
170
|
# Sets the name of a creditor group.
|
171
171
|
# Parameters: creditorGroupHandle: Handle for the creditor group. value: The new name of the creditor group.
|
172
172
|
#
|
173
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
173
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
174
174
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CreditorGroup_SetName
|
175
175
|
# @return [Hash] The body content of the SOAP response.
|
176
176
|
def self.set_name
|
177
177
|
response = invoke('CreditorGroup_SetName') do |message|
|
178
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
178
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
179
179
|
end
|
180
180
|
end
|
181
181
|
|
182
182
|
# Gets a handle for the account of a creditor group.
|
183
183
|
# Parameters: creditorGroupHandle: Handle for the creditor group.
|
184
184
|
#
|
185
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
185
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
186
186
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CreditorGroup_GetAccount
|
187
187
|
# @return [Hash] The body content of the SOAP response.
|
188
188
|
def self.get_account
|
189
189
|
response = invoke('CreditorGroup_GetAccount') do |message|
|
190
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
190
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
191
191
|
end
|
192
192
|
end
|
193
193
|
|
194
194
|
# Sets the account of a creditor group.
|
195
195
|
# Parameters: creditorGroupHandle: Handle for the creditor group. valueHandle: A handle for the new account of the creditor group.
|
196
196
|
#
|
197
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
197
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
198
198
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CreditorGroup_SetAccount
|
199
199
|
# @return [Hash] The body content of the SOAP response.
|
200
200
|
def self.set_account
|
201
201
|
response = invoke('CreditorGroup_SetAccount') do |message|
|
202
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
202
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
203
203
|
end
|
204
204
|
end
|
205
205
|
|
@@ -6,59 +6,59 @@ module Ruconomic
|
|
6
6
|
# Returns a currency data object for a given currency.
|
7
7
|
# Parameters: entityHandle: A handle for the currency.
|
8
8
|
#
|
9
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=Currency_GetData
|
11
11
|
# @return [Hash] The body content of the SOAP response.
|
12
12
|
def self.get_data
|
13
13
|
response = invoke('Currency_GetData') do |message|
|
14
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Returns currency data objects for a given set of currency handles.
|
19
19
|
# Parameters: entityHandles: An array of the currency handles.
|
20
20
|
#
|
21
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=Currency_GetDataArray
|
23
23
|
# @return [Hash] The body content of the SOAP response.
|
24
24
|
def self.get_data_array
|
25
25
|
response = invoke('Currency_GetDataArray') do |message|
|
26
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Gets the code of a currency.
|
31
31
|
# Parameters: currencyHandle: Handle for the currency.
|
32
32
|
#
|
33
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=Currency_GetCode
|
35
35
|
# @return [Hash] The body content of the SOAP response.
|
36
36
|
def self.get_code
|
37
37
|
response = invoke('Currency_GetCode') do |message|
|
38
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Return handles for all currencies.
|
43
43
|
#
|
44
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
44
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
45
45
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Currency_GetAll
|
46
46
|
# @return [Hash] The body content of the SOAP response.
|
47
47
|
def self.get_all
|
48
48
|
response = invoke('Currency_GetAll') do |message|
|
49
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
49
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
50
50
|
end
|
51
51
|
end
|
52
52
|
|
53
53
|
# Returns a handle for the currency with the given code.
|
54
54
|
# Parameters: code: The code to search for.
|
55
55
|
#
|
56
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
56
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
57
57
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Currency_FindByCode
|
58
58
|
# @return [Hash] The body content of the SOAP response.
|
59
59
|
def self.find_by_code
|
60
60
|
response = invoke('Currency_FindByCode') do |message|
|
61
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
61
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|