Sha256: 69a5750c9579b20d8152911e70223ccb0a418b070e0d8a26219907a9c38ea8ec
Contents?: true
Size: 405 Bytes
Versions: 19
Compression:
Stored size: 405 Bytes
Contents
# frozen_string_literal: true module Vedeu module Interfaces # Provides a non-existent model to swallow messages. # class Null < Vedeu::Null::Generic include Vedeu::Presentation # @!attribute [r] attributes # @return [String] attr_reader :attributes # @return [String] def group '' end end # Null end # Interfaces end # Vedeu
Version data entries
19 entries across 19 versions & 1 rubygems