Sha256: e884dddfbe7663680e61f909ec40a9bc0f198af6b165b120ac673be9fad45b0b
Contents?: true
Size: 371 Bytes
Versions: 7
Compression:
Stored size: 371 Bytes
Contents
module CloudAlly # Wrapper for the CloudAlly REST API # # @note All methods have been separated into modules and follow the same grouping used in api docs # @see https://api.cloudally.com/documentation class Client < API Dir[File.expand_path('client/*.rb', __dir__)].each { |f| require f } include CloudAlly::Client::PartnerPortal end end
Version data entries
7 entries across 7 versions & 1 rubygems