Class: Profile::Thrift::RemoteUserProfileService::UpdatePrifileLogo_args
- Inherits:
-
Object
- Object
- Profile::Thrift::RemoteUserProfileService::UpdatePrifileLogo_args
- 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'}, PICLOGO => {: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_fields ⇒ Object
512 |
# File 'lib/remote_user_profile_service.rb', line 512 def struct_fields; FIELDS; end |
#validate ⇒ Object
514 515 |
# File 'lib/remote_user_profile_service.rb', line 514 def validate end |