cloudkeeper gRPC generated classes for Ruby¶ ↑
This repository contains Ruby classes generated for gRPC communication within the cloudkeeper project.
Important!¶ ↑
Code expects String
class to contain method underscore
which can be find within Active Support gem. At least extensions for String
class must be required:
require 'active_support/core_ext/string'