Sha256: 55cf6fca1fa8f8fd970c5c291fd1796fabf8a9d7744fe7aa3cd63c840292e193

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

module Katagen
  #
  # Contains question info to create kata folder, can be extended further.
  #
  class QuestionInfo
    attr_reader :root, :url
    def initialize(root, url)
      @root = root
      @url = url
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
katagen-1.0.1 lib/katagen/question_info.rb