Class: AvatarProfile
- Inherits:
-
Object
- Object
- AvatarProfile
- 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
- VERSION =
1
- UPDATEDMILLIS =
2
- THUMBNAIL =
3
- FIELDS =
{ VERSION => {:type => ::Thrift::Types::STRING, :name => 'version'}, UPDATEDMILLIS => {:type => ::Thrift::Types::I64, :name => 'updatedMillis'}, THUMBNAIL => {:type => ::Thrift::Types::STRING, :name => 'thumbnail'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
13220 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13220 def struct_fields; FIELDS; end |
#validate ⇒ Object
13222 13223 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13222 def validate end |