Sha256: a8361ed099189a18ad28584a24c9058bd79e21019129b3f7bf3367ff848968aa

Contents?: true

Size: 133 Bytes

Versions: 5

Compression:

Stored size: 133 Bytes

Contents

module TypeStation
  class ContentPresenter < BasePresenter
    presents :content

    def value
      content.get
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
type_station-0.1.3 app/presenters/type_station/content_presenter.rb
type_station-0.1.1 app/presenters/type_station/content_presenter.rb
type_station-0.0.3 app/presenters/type_station/content_presenter.rb
type_station-0.0.2 app/presenters/type_station/content_presenter.rb
type_station-0.0.1 app/presenters/type_station/content_presenter.rb