Class: TMessageReadRange

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

CHATID =
1
RANGES =
2
FIELDS =
{
  CHATID => {:type => ::Thrift::Types::STRING, :name => 'chatId'},
  RANGES => {:type => ::Thrift::Types::MAP, :name => 'ranges', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::TMessageReadRangeEntry}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end