Sha256: 065c8fa52d9de24cd05f084aae4afd1d8795169433e2064fec5cf790c47df8ba
Contents?: true
Size: 374 Bytes
Versions: 44
Compression:
Stored size: 374 Bytes
Contents
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
44 entries across 44 versions & 1 rubygems