Class: Profile::Thrift::RemoteUserProfileService::SaveMobileProfileWithStatisticParameters_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/remote_user_profile_service.rb

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

UID =
1
NICKNAME =
2
SIGNATRUE =
3
STATISTICPARAMETERS =
4
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  NICKNAME => {:type => ::Thrift::Types::STRING, :name => 'nickname'},
  SIGNATRUE => {:type => ::Thrift::Types::STRING, :name => 'signatrue'},
  STATISTICPARAMETERS => {:type => ::Thrift::Types::STRUCT, :name => 'statisticParameters', :class => ::Profile::Thrift::StatisticParameters}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



476
# File 'lib/remote_user_profile_service.rb', line 476

def struct_fields; FIELDS; end

#validateObject



478
479
# File 'lib/remote_user_profile_service.rb', line 478

def validate
end