class Preform::Form

Attributes

params[R]

Public Class Methods

new(params) click to toggle source
# File lib/preform.rb, line 61
def initialize(params)
  @params = params

  after_initialize
end

Public Instance Methods

after_initialize() click to toggle source
# File lib/preform.rb, line 67
def after_initialize
  # no op
end
attributes() click to toggle source
# File lib/preform.rb, line 71
def attributes
  params
end