class Ethon::Easy::Form
def initialize(easy, params)
-
(Form)
- A new Form.
Parameters:
-
params
(Hash
) -- The parameter with which to initialize the form.
Other tags:
- Example: Return a new Form. -
def initialize(easy, params) @easy = easy @params = params || {} end