Class: Profile::Thrift::RemoteUserProfileService::UpdatePrifileLogo_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
PICLOGO =
2
STATISTICPARAMETERS =
3
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
   => {:type => ::Thrift::Types::STRING, :name => 'picLogo'},
  STATISTICPARAMETERS => {:type => ::Thrift::Types::STRUCT, :name => 'statisticParameters', :class => ::Profile::Thrift::StatisticParameters}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



514
515
# File 'lib/remote_user_profile_service.rb', line 514

def validate
end