Class: ImgToScript::AbstractToken::ReadKeyValue
- Inherits:
-
AbstractToken
- Object
- AbstractToken
- ImgToScript::AbstractToken::ReadKeyValue
- 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
Instance Method Summary collapse
-
#initialize ⇒ ReadKeyValue
constructor
A new instance of ReadKeyValue.
Constructor Details
#initialize ⇒ ReadKeyValue
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 |