Class: Service::Profile::Thrift::RemoteNicknameService::DelNicknameMatchUid_args
- Inherits:
-
Object
- Object
- Service::Profile::Thrift::RemoteNicknameService::DelNicknameMatchUid_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_nickname_service.rb
Constant Summary collapse
- NICKNAME =
1- UID =
2- FIELDS =
{ NICKNAME => {:type => ::Thrift::Types::STRING, :name => 'nickname'}, UID => {:type => ::Thrift::Types::I64, :name => 'uid'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
198 |
# File 'lib/remote_nickname_service.rb', line 198 def struct_fields; FIELDS; end |
#validate ⇒ Object
200 201 |
# File 'lib/remote_nickname_service.rb', line 200 def validate end |