class Yaks::Resource::Form::Legend

Public Class Methods

new(opts) click to toggle source
Calls superclass method
# File lib/yaks/resource/form/legend.rb, line 7
def initialize(opts)
  super(opts.merge(type: :legend))
end