()
| 29 | } |
| 30 | |
| 31 | get() { |
| 32 | return new OptionsResponse({ rows: [ |
| 33 | [{ label: 'OK', value: '_ok_' }, { label: 'Cancel', value: '_cancel_' }], |
| 34 | ] }); |
| 35 | } |
| 36 | |
| 37 | post() { |
| 38 | return new OptionsResponse({ rows: [ |
no outgoing calls
no test coverage detected