Sha256: 859dc42be56c622b711ff34434733ab5bd74c50e0e0c80006b1513a65cd9e27d
Contents?: true
Size: 287 Bytes
Versions: 4
Compression:
Stored size: 287 Bytes
Contents
module ApiDocs class Configuration # Where to find the folder with the yaml docs attr_accessor :yaml_docs_folder, :api_url # Configuration defaults def initialize @yaml_docs_folder = '/doc' @api_url = 'http://localhost:3000' end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
api_docs-0.0.4 | lib/api_docs/configuration.rb |
api_docs-0.0.3 | lib/api_docs/configuration.rb |
api_docs-0.0.2 | lib/api_docs/configuration.rb |
api_docs-0.0.1 | lib/api_docs/configuration.rb |