Class: Yaks::Mapper::Form::Legend
- Inherits:
-
Object
- Object
- Yaks::Mapper::Form::Legend
- Defined in:
- lib/yaks/mapper/form/legend.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.create(label, opts = {}) ⇒ Object
7 8 9 |
# File 'lib/yaks/mapper/form/legend.rb', line 7 def self.create(label, opts = {}) new(opts.merge(type: :legend, label: label)) end |