Class: Watobo::WWWFormParameter
- Defined in:
- lib/watobo/core/parameter.rb
Instance Attribute Summary
Attributes inherited from Parameter
Instance Method Summary collapse
-
#initialize(prefs) ⇒ WWWFormParameter
constructor
A new instance of WWWFormParameter.
Constructor Details
#initialize(prefs) ⇒ WWWFormParameter
Returns a new instance of WWWFormParameter.
26 27 28 29 |
# File 'lib/watobo/core/parameter.rb', line 26 def initialize(prefs) super prefs @location = :data end |