Sha256: 7176a2f8d58d68db4ec1df0829b75af8f82189ff10940c970de522a1276552ef
Contents?: true
Size: 208 Bytes
Versions: 4
Compression:
Stored size: 208 Bytes
Contents
module Marver class Configuration attr_accessor :public_key, :private_key def initialize @public_key = 'your_public_key_here' @private_key = 'your_private_key_here' end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
marver-0.1.0 | lib/marver/configuration.rb |
marver-0.0.6 | lib/marver/configuration.rb |
marver-0.0.5 | lib/marver/configuration.rb |
marver-0.0.4 | lib/marver/configuration.rb |