Class: Room

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

MID =
1
CREATEDTIME =
2
CONTACTS =
10
NOTIFICATIONDISABLED =
31
MEMBERMIDS =
40
FIELDS =
{
  MID => {:type => ::Thrift::Types::STRING, :name => 'mid'},
  CREATEDTIME => {:type => ::Thrift::Types::I64, :name => 'createdTime'},
  CONTACTS => {:type => ::Thrift::Types::LIST, :name => 'contacts', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Contact}},
  NOTIFICATIONDISABLED => {:type => ::Thrift::Types::BOOL, :name => 'notificationDisabled'},
  MEMBERMIDS => {:type => ::Thrift::Types::LIST, :name => 'memberMids', :element => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



13320
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13320

def struct_fields; FIELDS; end

#validateObject



13322
13323
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13322

def validate
end