Class: Chatapp
- Inherits:
-
Object
- Object
- Chatapp
- 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
- CHATAPPID =
1
- NAME =
2
- ICON =
3
- URL =
4
- AVAILABLECHATTYPES =
5
- FIELDS =
{ CHATAPPID => {:type => ::Thrift::Types::STRING, :name => 'chatappId'}, NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}, ICON => {:type => ::Thrift::Types::STRING, :name => 'icon'}, URL => {:type => ::Thrift::Types::STRING, :name => 'url'}, AVAILABLECHATTYPES => {:type => ::Thrift::Types::LIST, :name => 'availableChatTypes', :element => {:type => ::Thrift::Types::I32, :enum_class => ::G_a_b0_a_a_a}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
4220 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4220 def struct_fields; FIELDS; end |
#validate ⇒ Object
4222 4223 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4222 def validate end |