Sha256: bb17e350675ee8552f71d24eeb8ed6e97599eeed9d4d927355b8cfca503767dd

Contents?: true

Size: 136 Bytes

Versions: 3

Compression:

Stored size: 136 Bytes

Contents

module Websocketable
  class Configuration
    attr_accessor :serializer
  
    def initialize
      @serializer = nil
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
websocketable-0.0.3 lib/websocketable/configuration.rb
websocketable-0.0.2 lib/websocketable/configuration.rb
websocketable-0.0.1 lib/websocketable/configuration.rb