Class: GetMyChatappsResponse
- Inherits:
-
Object
- Object
- GetMyChatappsResponse
- 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
- APPS =
1
- CONTINUATIONTOKEN =
2
- FIELDS =
{ APPS => {:type => ::Thrift::Types::LIST, :name => 'apps', :element => {:type => ::Thrift::Types::STRUCT, :class => ::MyChatapp}}, CONTINUATIONTOKEN => {:type => ::Thrift::Types::STRING, :name => 'continuationToken', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3895 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 3895 def struct_fields; FIELDS; end |
#validate ⇒ Object
3897 3898 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 3897 def validate end |