class Quby::Compiler::DSL::Questions::IntegerQuestionBuilder

Public Class Methods

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