class Quby::Compiler::DSL::Questions::StringQuestionBuilder

Public Class Methods

new(key, **options, &block) click to toggle source
# File lib/quby/compiler/dsl/questions/string_question_builder.rb, line 12
def initialize(key, **options, &block)
  super
  @question = Entities::Questions::StringQuestion.new(key, options)
end