Class: Profile::Thrift::RemoteUserProfileService::UpdateWebBackground_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
FILEPATH =
2
PICPOSITIONX =
3
PICPOSITIONY =
4
STATISTICPARAMS =
5
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  FILEPATH => {:type => ::Thrift::Types::STRING, :name => 'filePath'},
  PICPOSITIONX => {:type => ::Thrift::Types::I32, :name => 'picPositionx'},
  PICPOSITIONY => {:type => ::Thrift::Types::I32, :name => 'picPositiony'},
  STATISTICPARAMS => {:type => ::Thrift::Types::STRUCT, :name => 'statisticParams', :class => ::Profile::Thrift::StatisticParameters}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



553
554
# File 'lib/remote_user_profile_service.rb', line 553

def validate
end