Class: UserProfile
- Inherits:
-
Object
- Object
- UserProfile
- 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
- DISPLAYNAME =
1
- PROFILEIMAGEURL =
2
- FIELDS =
{ DISPLAYNAME => {:type => ::Thrift::Types::STRING, :name => 'displayName'}, PROFILEIMAGEURL => {:type => ::Thrift::Types::STRING, :name => 'profileImageUrl'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
6664 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6664 def struct_fields; FIELDS; end |
#validate ⇒ Object
6666 6667 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6666 def validate end |