Sha256: c7ac4820f9f22ddb069115941c928f2badde6ef6a67903da87bfd34be89e4dca
Contents?: true
Size: 323 Bytes
Versions: 1
Compression:
Stored size: 323 Bytes
Contents
module Ccrypto module Capability def self.supported_keypair_config(*args,&block) Provider.instance.provider.supported_keypair_config(*args, &block) end def self.supported_secret_key_config(*args, &block) Provider.instance.provider.supported_secret_key_config(*args, &block) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ccrypto-0.2.0 | lib/ccrypto/capability.rb |