Sha256: abd521307f30d088c4b2e61356221285d9e128a6acdbe1693823eb62069fd357

Contents?: true

Size: 228 Bytes

Versions: 4

Compression:

Stored size: 228 Bytes

Contents

# frozen_string_literal: true

class Tramway::Landing::Navbar::LinkDecorator < Tramway::Core::ApplicationDecorator
  def title
    object[:title]
  end

  def link
    object[:link]
  end

  def icon
    object[:icon]
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tramway-landing-3.3.0.6 app/decorators/tramway/landing/navbar/link_decorator.rb
tramway-landing-3.3.0.5 app/decorators/tramway/landing/navbar/link_decorator.rb
tramway-landing-3.3.0.4 app/decorators/tramway/landing/navbar/link_decorator.rb
tramway-landing-3.3.0.3 app/decorators/tramway/landing/navbar/link_decorator.rb