Class: ImgToScript::AbstractToken::ReadKeyValue

Inherits:
AbstractToken show all
Defined in:
lib/img_to_script/abstract_token/read_key_value.rb

Overview

Read a key value from the keyboard.

Instance Attribute Summary

Attributes inherited from AbstractToken

#require_nl, #type

Instance Method Summary collapse

Constructor Details

#initializeReadKeyValue

Returns a new instance of ReadKeyValue.



9
10
11
12
13
# File 'lib/img_to_script/abstract_token/read_key_value.rb', line 9

def initialize(**)
  @type = AbsTokenType::READ_KEY_VALUE

  super
end