Sha256: e4413a4640869ad9f19da66ce6d2885e9cc3ef195505f6fc9dc27a9b47ee94a9

Contents?: true

Size: 232 Bytes

Versions: 5

Compression:

Stored size: 232 Bytes

Contents

# frozen_string_literal: true

class Tramway::Landing::BlockTypes::CardsDecorator < ::Tramway::ApplicationDecorator
  def image; end

  def title; end

  def description; end

  def button; end

  def icon; end

  def path; end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tramway-landing-3.3.0.11 app/decorators/tramway/landing/block_types/cards_decorator.rb
tramway-landing-3.3.0.10 app/decorators/tramway/landing/block_types/cards_decorator.rb
tramway-landing-3.3.0.9 app/decorators/tramway/landing/block_types/cards_decorator.rb
tramway-landing-3.3.0.8 app/decorators/tramway/landing/block_types/cards_decorator.rb
tramway-landing-3.3.0.7 app/decorators/tramway/landing/block_types/cards_decorator.rb