Sha256: 55817aa885cafb1f9da2eb3a7fa57ce9e3115ea4bb7d1527e039e7377a003c95

Contents?: true

Size: 298 Bytes

Versions: 3

Compression:

Stored size: 298 Bytes

Contents

module HatTrick
  class Config
    attr_reader :wizard_def

    def initialize(wizard_def)
      @wizard_def = wizard_def
    end

    def create_url=(url)
      wizard_def.configured_create_url = url
    end

    def update_url=(url)
      wizard_def.configured_update_url = url
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hat-trick-0.1.2 lib/hat_trick/config.rb
hat-trick-0.1.1 lib/hat_trick/config.rb
hat-trick-0.1.0 lib/hat_trick/config.rb