Class: Watobo::CookieParameter

Inherits:
Parameter show all
Defined in:
lib/watobo/core/parameter.rb

Instance Attribute Summary

Attributes inherited from Parameter

#location, #name, #value

Instance Method Summary collapse

Constructor Details

#initialize(prefs) ⇒ CookieParameter

Returns a new instance of CookieParameter.



50
51
52
53
# File 'lib/watobo/core/parameter.rb', line 50

def initialize(prefs)
  super prefs
  @location = :cookie
end