Class: AvatarProfile

Inherits:
Object
  • Object
show all
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_fieldsObject



13220
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13220

def struct_fields; FIELDS; end

#validateObject



13222
13223
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13222

def validate
end