Commit Graph

13 Commits

Author SHA1 Message Date
ce27f46a47 Mixin IRemote methods
added docstrings
2023-07-27 10:58:26 +01:00
e7244957b1 remove nil test 2023-07-26 08:45:20 +01:00
802bfdbc24 add to_cname to call
fn_name now passed in cname form to VMCAPIError
2023-07-25 12:58:17 +01:00
2efd07b3d5 snakecase, camelcase functions moved into
Util::String

module Cache added.
2023-07-17 14:13:08 +01:00
099ef38fad replace core extensions with util functions 2023-07-17 06:03:37 +01:00
2e69321aca make register a private method 2023-07-16 22:33:50 +01:00
f14a549c03 now using standard Ruby logger module
easy_logging removed from dependencies

@configs now raises error on invalid key
2023-07-16 11:08:24 +01:00
077a14fe62 VMCAPIError now takes fn and res as args 2023-07-15 00:16:35 +01:00
9c02586cef README, LICENSE added 2023-07-14 12:32:12 +01:00
6ccdfafc27 run through standard 2023-07-14 12:01:41 +01:00
ea57227b46 add perenthesis in call() 2023-07-14 01:48:22 +01:00
875a5b6a23 override attach_function in CBindings
rename bindings in Base class
2023-07-09 23:48:35 +01:00
d35a4be8e8 define the low level bindings
offers a call method for error handling
2023-07-07 02:29:43 +01:00