Class: DataUserBot
- Inherits:
-
Object
- Object
- DataUserBot
- 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
- MID =
1
- DISPLAYNAME =
2
- PICTUREURL =
3
- FIELDS =
{ MID => {:type => ::Thrift::Types::STRING, :name => 'mid'}, DISPLAYNAME => {:type => ::Thrift::Types::STRING, :name => 'displayName'}, PICTUREURL => {:type => ::Thrift::Types::STRING, :name => 'pictureUrl'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
4024 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4024 def struct_fields; FIELDS; end |
#validate ⇒ Object
4026 4027 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4026 def validate end |