Module: Voom::Presenters::Plugins::GoogleMaps::DSLComponents

Defined in:
lib/voom/presenters/plugins/google_maps.rb

Instance Method Summary collapse

Instance Method Details

#google_map(**attributes, &block) ⇒ Object



6
7
8
# File 'lib/voom/presenters/plugins/google_maps.rb', line 6

def google_map(**attributes, &block)
  self << GoogleMap.new(parent: self, **attributes, &block)
end