Sha256: ddb0b39ca03d4f06faf30e13821c4b195c8ddb02d7f1223db7ed5b68ecae56a7

Contents?: true

Size: 187 Bytes

Versions: 4

Compression:

Stored size: 187 Bytes

Contents

module Zype
  class Configuration
    attr_accessor :api_key, :host, :app_key

    def initialize
      @api_key = nil
      @app_key = nil
      @host = 'api.zype.com'
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zype-0.8.0 lib/zype/configuration.rb
zype-0.7.0 lib/zype/configuration.rb
zype-0.6.0 lib/zype/configuration.rb
zype-0.5.0 lib/zype/configuration.rb