Class: Yaks::Resource::Form::Legend
- Inherits:
-
Object
- Object
- Yaks::Resource::Form::Legend
- Defined in:
- lib/yaks/resource/form/legend.rb
Instance Method Summary collapse
-
#initialize(opts) ⇒ Legend
constructor
A new instance of Legend.
Constructor Details
#initialize(opts) ⇒ Legend
Returns a new instance of Legend.
7 8 9 |
# File 'lib/yaks/resource/form/legend.rb', line 7 def initialize(opts) super(opts.merge(type: :legend)) end |