Class: Passport::Thrift::RemotePassportService::QueryNewRegistUsers_args

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

Constant Summary collapse

ENDTIME =
1
USERSCOUNT =
2
FIELDS =
{
  ENDTIME => {:type => ::Thrift::Types::I64, :name => 'endTime'},
  USERSCOUNT => {:type => ::Thrift::Types::I32, :name => 'usersCount'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



541
# File 'lib/remote_passport_service.rb', line 541

def struct_fields; FIELDS; end

#validateObject



543
544
# File 'lib/remote_passport_service.rb', line 543

def validate
end