Class: Profile::Thrift::RemoteUserVipService::SetVipEndAt_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/remote_user_vip_service.rb

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

UID =
1
ENDATMILLS =
2
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  ENDATMILLS => {:type => ::Thrift::Types::I64, :name => 'endAtMills'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



57
# File 'lib/remote_user_vip_service.rb', line 57

def struct_fields; FIELDS; end

#validateObject



59
60
# File 'lib/remote_user_vip_service.rb', line 59

def validate
end