Class: FriendRequestsInfo
- Inherits:
-
Object
- Object
- FriendRequestsInfo
- 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
- TOTALINCOMINGCOUNT =
1
- TOTALOUTGOINGCOUNT =
2
- RECENTINCOMINGS =
3
- RECENTOUTGOINGS =
4
- TOTALINCOMINGLIMIT =
5
- TOTALOUTGOINGLIMIT =
6
- FIELDS =
{ TOTALINCOMINGCOUNT => {:type => ::Thrift::Types::I32, :name => 'totalIncomingCount'}, TOTALOUTGOINGCOUNT => {:type => ::Thrift::Types::I32, :name => 'totalOutgoingCount'}, RECENTINCOMINGS => {:type => ::Thrift::Types::LIST, :name => 'recentIncomings', :element => {:type => ::Thrift::Types::STRUCT, :class => ::FriendRequest}}, RECENTOUTGOINGS => {:type => ::Thrift::Types::LIST, :name => 'recentOutgoings', :element => {:type => ::Thrift::Types::STRUCT, :class => ::FriendRequest}}, TOTALINCOMINGLIMIT => {:type => ::Thrift::Types::I32, :name => 'totalIncomingLimit'}, TOTALOUTGOINGLIMIT => {:type => ::Thrift::Types::I32, :name => 'totalOutgoingLimit'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
17030 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17030 def struct_fields; FIELDS; end |
#validate ⇒ Object
17032 17033 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17032 def validate end |