Class: Service::Profile::Thrift::RemoteProfileModifyService::UpdateEmail_args
- Inherits:
-
Object
- Object
- Service::Profile::Thrift::RemoteProfileModifyService::UpdateEmail_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_profile_modify_service.rb
Constant Summary collapse
- UID =
1- NEWEMAIL =
2- CLIENTINFO =
3- FIELDS =
{ UID => {:type => ::Thrift::Types::I64, :name => 'uid'}, NEWEMAIL => {:type => ::Thrift::Types::STRING, :name => 'newEmail'}, CLIENTINFO => {:type => ::Thrift::Types::STRUCT, :name => 'clientInfo', :class => ::Service::Profile::Thrift::ClientInfo} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
720 |
# File 'lib/remote_profile_modify_service.rb', line 720 def struct_fields; FIELDS; end |
#validate ⇒ Object
722 723 |
# File 'lib/remote_profile_modify_service.rb', line 722 def validate end |