Sha256: 55fa1e9105a11f53ae9375acdd9f6fff0b72b0d946424345ac58371598349cf3
Contents?: true
Size: 553 Bytes
Versions: 48
Compression:
Stored size: 553 Bytes
Contents
module Vedeu module Null # Provides a non-existent model to swallow messages. # class View < Vedeu::Null::Generic include Vedeu::Presentation # Returns a new instance of Vedeu::Null::View. # # @param attributes [Hash<Symbol => void>] # @option attributes name [String|Symbol] # @return [Vedeu::Null::View] def initialize(attributes = {}) @attributes = attributes @name = @attributes[:name] @visible = false end end # View end # Null end # Vedeu
Version data entries
48 entries across 48 versions & 1 rubygems