Sha256: b7273c1d1107025bf7f977e84c8218c33352f0314b08a01b481685850d3cdab3

Contents?: true

Size: 167 Bytes

Versions: 2

Compression:

Stored size: 167 Bytes

Contents

module Renalware
  class Breadcrumb
    attr_reader :title, :anchor

    def initialize(title:, anchor:)
      @title = title
      @anchor = anchor
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta5 lib/renalware/breadcrumb.rb
renalware-core-2.0.0.pre.beta4 app/models/renalware/breadcrumb.rb