Class: Watobo::UrlParameter

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) ⇒ UrlParameter

Returns a new instance of UrlParameter.



43
44
45
46
# File 'lib/watobo/core/parameter.rb', line 43

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