noesya/osuny

View on GitHub
app/models/communication/block/template/call_to_action/element.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class Communication::Block::Template::CallToAction::Element < Communication::Block::Template::Base

  has_component :title, :string
  has_component :url, :string
  has_component :target_blank, :boolean

end