Class: TMessageReadRange
- Inherits:
-
Object
- Object
- TMessageReadRange
- 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_fields ⇒ Object
13805 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13805 def struct_fields; FIELDS; end |
#validate ⇒ Object
13807 13808 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13807 def validate end |