Sha256: edaffdad69a2bd09c61a5c44b45b955e1edb1c9060bb363fd6b4ad539f27488d
Contents?: true
Size: 207 Bytes
Versions: 6
Compression:
Stored size: 207 Bytes
Contents
module Hako class Front attr_reader :config def initialize(front_config) @config = front_config end def generate_config(_app_port) raise NotImplementedError end end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
hako-0.4.0 | lib/hako/front.rb |
hako-0.3.1 | lib/hako/front.rb |
hako-0.3.0 | lib/hako/front.rb |
hako-0.2.1 | lib/hako/front.rb |
hako-0.2.0 | lib/hako/front.rb |
hako-0.1.0 | lib/hako/front.rb |