Class: Profile::Thrift::RemoteUserProfileService::ModifyPersonalSignatrue_args

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

Constant Summary collapse

UID =
1
PERSONALSIGNATURE =
2
STATICTICPARAMETER =
3
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  PERSONALSIGNATURE => {:type => ::Thrift::Types::STRING, :name => 'personalSignature'},
  STATICTICPARAMETER => {:type => ::Thrift::Types::STRUCT, :name => 'staticticParameter', :class => ::Profile::Thrift::StatisticParameters}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1113
1114
# File 'lib/remote_user_profile_service.rb', line 1113

def validate
end