Sha256: 0681920a726e4391a7de6c600ee6a584c35ef8cc1341b9d0008a1932b82eb184
Contents?: true
Size: 401 Bytes
Versions: 1
Compression:
Stored size: 401 Bytes
Contents
module Vedeu # Provides a non-existent Vedeu::Interface that acts like the real thing, but # does nothing. # class NullInterface # @!attribute [r] attributes # @return [Hash] attr_reader :attributes # @param attributes [Hash] # @return [Vedeu::NullInterface] def initialize(attributes = {}) @attributes = attributes end end # NullInterface end # Vedeu
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.4.17 | lib/vedeu/models/null_interface.rb |