Class: Watobo::JSONParameter

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

Returns a new instance of JSONParameter.



48
49
50
51
# File 'lib/watobo/core/parameter.rb', line 48

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