Sha256: d4540c061c9c0d9d8174cccb8ae1ed170429fc78e7fc01e78987b7188bcd2796
Contents?: true
Size: 424 Bytes
Versions: 15
Compression:
Stored size: 424 Bytes
Contents
module Qismo module Objects # Room additional info object # class RoomAdditionalInfo < Qismo::Object # @!attribute [r] key # @return [String] attribute? :key, Types::String.optional # @!attribute [r] value # @return [String,Integer,TrueClass,FalseClass] attribute? :value, (Types::String.optional | Types::Int.optional | Types::Params::Bool.optional) end end end
Version data entries
15 entries across 15 versions & 1 rubygems