Sha256: 627a697e845e52eabbfdb608c5d0efff3e6b50bf5b402b6cb4b97611c72990e5

Contents?: true

Size: 171 Bytes

Versions: 12

Compression:

Stored size: 171 Bytes

Contents

# frozen_string_literal: true

module Remocon
  module Type
    STRING = :string
    INTEGER = :integer
    BOOLEAN = :boolean
    JSON = :json
    VOID = :void
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
remocon-0.5.1 lib/remocon/type.rb
remocon-0.5.0 lib/remocon/type.rb
remocon-0.4.4 lib/remocon/type.rb
remocon-0.4.3 lib/remocon/type.rb
remocon-0.4.2 lib/remocon/type.rb
remocon-0.4.1 lib/remocon/type.rb
remocon-0.4.0 lib/remocon/type.rb
remocon-0.4.0.pre.1 lib/remocon/type.rb
remocon-0.3.1 lib/remocon/type.rb
remocon-0.3.0 lib/remocon/type.rb
remocon-0.2.0 lib/remocon/type.rb
remocon-0.1.0 lib/remocon/type.rb