Class: Watobo::JSONParameter
- Defined in:
- lib/watobo/core/parameter.rb
Instance Attribute Summary
Attributes inherited from Parameter
Instance Method Summary collapse
-
#initialize(prefs) ⇒ JSONParameter
constructor
A new instance of JSONParameter.
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 |