Class: Ruflet::UI::Controls::RufletComponents::BannerAdControl
Constant Summary collapse
- WIRE =
"BannerAd".freeze
Constants inherited from Control
Control::HOST_EXPANDED_TYPES, Control::SCHEMA_METADATA_CACHE
Instance Attribute Summary
Attributes inherited from Control
#children, #id, #props, #runtime_page, #type, #wire_id
Instance Method Summary collapse
-
#initialize(id: nil, **props) ⇒ BannerAdControl
constructor
A new instance of BannerAdControl.
Methods inherited from Control
#attach_handler, #emit, generate_id, #has_handler?, #merge_props, #on, #to_patch
Constructor Details
#initialize(id: nil, **props) ⇒ BannerAdControl
Returns a new instance of BannerAdControl.
18 19 20 |
# File 'lib/ruflet_ui/ruflet/ui/controls/materials/ad_controls.rb', line 18 def initialize(id: nil, **props) super(type: "banner_ad", id: id, **props) end |