Sha256: bd161bf69e4c1addfc9bfdb97765c3fb407c69c3b7c91cf13ec56433e9329ecf
Contents?: true
Size: 345 Bytes
Versions: 1
Compression:
Stored size: 345 Bytes
Contents
module Spielbash class Context attr_accessor :typing_delay_s, :reading_delay_s, :wait, :width, :height def initialize(typinig_delay_s, reading_delay_s, wait, width, height) @typing_delay_s = typinig_delay_s @reading_delay_s = reading_delay_s @wait = wait @width = width @height = height end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spielbash-0.1.0 | lib/spielbash/model/context.rb |