Class: Gamefic::Cgi::Key

Inherits:
Object
  • Object
show all
Defined in:
lib/gamefic/engine/cgi.rb

Instance Method Summary collapse

Constructor Details

#initialize(key_value) ⇒ Key

Returns a new instance of Key.



20
21
22
# File 'lib/gamefic/engine/cgi.rb', line 20

def initialize(key_value)
  @value = key_value
end

Instance Method Details

#valueObject



23
24
25
# File 'lib/gamefic/engine/cgi.rb', line 23

def value
  @value
end